Repository: mesos Updated Branches: refs/heads/master 136ecb05c -> 140311f26
Added a NOTE about unsupported Image API in 0.24.0. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/140311f2 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/140311f2 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/140311f2 Branch: refs/heads/master Commit: 140311f263a6ae54d3d211c9c91e4bf55d2eb0f1 Parents: 136ecb0 Author: Jie Yu <[email protected]> Authored: Fri Aug 14 17:05:32 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Fri Aug 14 17:05:32 2015 -0700 ---------------------------------------------------------------------- include/mesos/mesos.proto | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/140311f2/include/mesos/mesos.proto ---------------------------------------------------------------------- diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto index 99b963b..33e1b28 100644 --- a/include/mesos/mesos.proto +++ b/include/mesos/mesos.proto @@ -1124,6 +1124,8 @@ message RateLimits { /** * Describe an image used by tasks or executors. Note that it's only * for tasks or executors launched by MesosContainerizer currently. + * TODO(jieyu): This feature not fully supported in 0.24.0. Please do + * not use it until this feature is announced. */ message Image { enum Type {
