-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65056/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Gaston Kleiman, and Vinod Kone.
Bugs: MESOS-8078
https://issues.apache.org/jira/browse/MESOS-8078
Repository: mesos
Description
-------
Several fields were present in the old master '/state' endpoint,
which are now not accessible via the V1 operator API. This patch
adds these fields to the response for the GET_MASTER call.
Diffs
-----
include/mesos/mesos.proto 01b05f9cf396897a7e01641d67d154ca3c173e1c
include/mesos/v1/mesos.proto b35b3f8d42c1837ae732a362ba0f9f9eab6fd30c
src/master/http.cpp bc29fafb1f4b515aec3b77850f960c88a65c8362
src/master/master.hpp 130f6e28cc62a8912aac66ecfbf014fe1ee444e3
Diff: https://reviews.apache.org/r/65056/diff/1/
Testing
-------
tested manually using curl
Thanks,
Greg Mann