You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/12/15 22:07:02 UTC

[6/8] mesos git commit: Updated upgrades.md about the GET_CONTAINERS API change.

Updated upgrades.md about the GET_CONTAINERS API change.

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


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

Branch: refs/heads/master
Commit: c07eab683aa7b3c94e6fafc08725b2613a8476e4
Parents: a2bae69
Author: Jie Yu <yu...@gmail.com>
Authored: Fri Dec 15 10:25:01 2017 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Dec 15 14:00:09 2017 -0800

----------------------------------------------------------------------
 docs/upgrades.md | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c07eab68/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index 0c0b7d5..f2eb5a9 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -75,6 +75,7 @@ We categorize the changes as follows:
 
   <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Endpoints-->
     <ul style="padding-left:10px;">
+      <li>A <a href="#1-5-x-get-containers">Allowed to view nested/standalone containers</a></li>
     </ul>
   </td>
 
@@ -388,6 +389,12 @@ We categorize the changes as follows:
 
 * The fields `Resource.disk.source.path.root` and `Resource.disk.source.mount.root` can now be set to relative paths to an agent's work directory. The containerizers will interpret the paths based on the `--work_dir` flag on an agent.
 
+<a name="1-5-x-get-containers"></a>
+
+* The agent operator API call `GET_CONTAINERS` has been updated to support listing nested or standalone containers. One can specify the following fields in the request:
+  * `show_nested`: Whether to show nested containers.
+  * `show_standalone`: Whether to show standalone containers.
+
 ## Upgrading from 1.3.x to 1.4.x ##
 
 <a name="1-4-x-ambient-capabilities"></a>