You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2016/03/24 10:14:01 UTC

mesos git commit: Regenerated agent endpoint documentation.

Repository: mesos
Updated Branches:
  refs/heads/master 65c1450f2 -> 8b5856ba2


Regenerated agent endpoint documentation.

Reran the generate-endpoint-help.py scipt after adding the
AUTHENTICATION information to agent HELP.

Review: https://reviews.apache.org/r/45037/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8b5856ba
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8b5856ba
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8b5856ba

Branch: refs/heads/master
Commit: 8b5856ba29454c88fecce23c186a90acc7c6018a
Parents: 65c1450
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Thu Mar 24 02:13:19 2016 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Thu Mar 24 02:13:19 2016 -0700

----------------------------------------------------------------------
 docs/endpoints/slave/api/v1/executor.md | 6 +++++-
 docs/endpoints/slave/flags.md           | 6 +++++-
 docs/endpoints/slave/health.md          | 6 +++++-
 docs/endpoints/slave/state.json.md      | 7 ++++++-
 docs/endpoints/slave/state.md           | 7 ++++++-
 5 files changed, 27 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8b5856ba/docs/endpoints/slave/api/v1/executor.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/api/v1/executor.md b/docs/endpoints/slave/api/v1/executor.md
index 7fa7cda..11cad11 100644
--- a/docs/endpoints/slave/api/v1/executor.md
+++ b/docs/endpoints/slave/api/v1/executor.md
@@ -19,4 +19,8 @@ This would result in a streaming response via chunked
 transfer encoding. The executors can process the response
 incrementally.
 Returns 202 Accepted for all other Call messages iff the
-request is accepted.
\ No newline at end of file
+request is accepted.
+
+
+### AUTHENTICATION ###
+This endpoint does not require authentication.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/8b5856ba/docs/endpoints/slave/flags.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/flags.md b/docs/endpoints/slave/flags.md
index 44cbf1f..b2740e6 100644
--- a/docs/endpoints/slave/flags.md
+++ b/docs/endpoints/slave/flags.md
@@ -9,4 +9,8 @@ layout: documentation
 >        /slave(1)/flags
 
 ### TL;DR; ###
-Exposes the agent's flag configuration.
\ No newline at end of file
+Exposes the agent's flag configuration.
+
+### AUTHENTICATION ###
+This endpoint requires authentication iff HTTP authentication is
+enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/8b5856ba/docs/endpoints/slave/health.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/health.md b/docs/endpoints/slave/health.md
index db907e0..301a851 100644
--- a/docs/endpoints/slave/health.md
+++ b/docs/endpoints/slave/health.md
@@ -13,4 +13,8 @@ Health check of the Slave.
 
 ### DESCRIPTION ###
 Returns 200 OK iff the Slave is healthy.
-Delayed responses are also indicative of poor health.
\ No newline at end of file
+Delayed responses are also indicative of poor health.
+
+
+### AUTHENTICATION ###
+This endpoint does not require authentication.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/8b5856ba/docs/endpoints/slave/state.json.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/state.json.md b/docs/endpoints/slave/state.json.md
index b0bd1ad..92cd4e1 100644
--- a/docs/endpoints/slave/state.json.md
+++ b/docs/endpoints/slave/state.json.md
@@ -97,4 +97,9 @@ Example (**Note**: this is not exhaustive):
          "version" : "false"
     },
 }
-```
\ No newline at end of file
+```
+
+
+### AUTHENTICATION ###
+This endpoint requires authentication iff HTTP authentication is
+enabled.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mesos/blob/8b5856ba/docs/endpoints/slave/state.md
----------------------------------------------------------------------
diff --git a/docs/endpoints/slave/state.md b/docs/endpoints/slave/state.md
index 3bab316..9777466 100644
--- a/docs/endpoints/slave/state.md
+++ b/docs/endpoints/slave/state.md
@@ -97,4 +97,9 @@ Example (**Note**: this is not exhaustive):
          "version" : "false"
     },
 }
-```
\ No newline at end of file
+```
+
+
+### AUTHENTICATION ###
+This endpoint requires authentication iff HTTP authentication is
+enabled.
\ No newline at end of file