You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by GitBox <gi...@apache.org> on 2018/08/27 18:05:47 UTC

[GitHub] greggomann closed pull request #266: Tasks docs

greggomann closed pull request #266: Tasks docs
URL: https://github.com/apache/mesos/pull/266
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/endpoints/master/tasks.json.md b/docs/endpoints/master/tasks.json.md
index f9553d7bde..033e90a6bd 100644
--- a/docs/endpoints/master/tasks.json.md
+++ b/docs/endpoints/master/tasks.json.md
@@ -24,6 +24,8 @@ Lists known tasks.
 The information shown might be filtered based on the user
 accessing the endpoint.
 
+Filtering via the query parameters is available starting Mesos version 1.4.0.
+
 Query parameters:
 
 >        framework_id=VALUE   Only return tasks belonging to the framework with this ID.
@@ -41,4 +43,4 @@ enabled.
 This endpoint might be filtered based on the user accessing it.
 For example a user might only see the subset of tasks they are
 allowed to view.
-See the authorization documentation for details.
\ No newline at end of file
+See the authorization documentation for details.
diff --git a/docs/endpoints/master/tasks.md b/docs/endpoints/master/tasks.md
index 019a14bb6c..658b30c9de 100644
--- a/docs/endpoints/master/tasks.md
+++ b/docs/endpoints/master/tasks.md
@@ -24,6 +24,8 @@ Lists known tasks.
 The information shown might be filtered based on the user
 accessing the endpoint.
 
+Filtering via the query parameters is available starting Mesos version 1.4.0.
+
 Query parameters:
 
 >        framework_id=VALUE   Only return tasks belonging to the framework with this ID.
@@ -41,4 +43,4 @@ enabled.
 This endpoint might be filtered based on the user accessing it.
 For example a user might only see the subset of tasks they are
 allowed to view.
-See the authorization documentation for details.
\ No newline at end of file
+See the authorization documentation for details.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services