-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57426/
-----------------------------------------------------------
Review request for mesos, Gilbert Song, Jie Yu, and Vinod Kone.
Bugs: MESOS-2824
https://issues.apache.org/jira/browse/MESOS-2824
Repository: mesos
Description
-------
New call is intended to be used by operators for asking an agent to
pre-fetch a container image for later use.
Diffs
-----
include/mesos/agent/agent.proto 9149724159485ea2265e1494c1ce7ef989dad20a
include/mesos/v1/agent/agent.proto 34210c30ca58f50b14ff3e5a01c54003c9705121
src/slave/http.cpp bc8209cb81194ebc8b604c9ba0d4a9e176cff2f6
src/slave/slave.hpp 978edd6309dfbbde1058f9c44d5fac7083ff95fb
src/slave/validation.cpp 3dbd0fa6ec27b38f40c7922c256859b4d29059ac
src/tests/api_tests.cpp 52f58a4d6b1ea75744de1c3d2f0f064d9299fe1d
Diff: https://reviews.apache.org/r/57426/diff/1/
Testing
-------
Added `AgentAPITest.PullContainerImage` test. Ran `make check`. Verified
manually by sending a call curl.
Thanks,
Ilya Pronin