-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60890/
-----------------------------------------------------------
(Updated Sept. 6, 2017, 5:37 p.m.)
Review request for mesos, Gilbert Song and Jie Yu.
Changes
-------
Added `RemoveContainer` to the API. Added some more deprecation tags.
Bugs: MESOS-7305
https://issues.apache.org/jira/browse/MESOS-7305
Repository: mesos
Description (updated)
-------
Launching a standalone container is very similar to launching a
nested container, except that the caller must specify some Resources.
As such, this patch deprecates some nested container APIs
and replaces them with more generically named APIs.
This applies to the Launch, Wait, Kill, and Remove
(nested) container APIs.
Diffs (updated)
-----
include/mesos/agent/agent.proto 7c8c8a7d8298e91e4e002327b3b27d4c74b5cbae
include/mesos/v1/agent/agent.proto 3e199124b23fa027232790d99370fe2f33660096
Diff: https://reviews.apache.org/r/60890/diff/3/
Changes: https://reviews.apache.org/r/60890/diff/2-3/
Testing
-------
make
See later patches in chain.
Thanks,
Joseph Wu
|