Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/12/implement operator calls #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wdhowe
Copy link
Member

@wdhowe wdhowe commented Sep 19, 2020

Added v1 operator http api support:

  • Protocols for v1 operator (common, agent only, master only)
  • Protocols implementation

Will integrate into agent/master clients and remove un-versioned API protocols/implementation in separate issues/pull requests.

From: https://mesos.apache.org/documentation/latest/endpoints/

"NOTE: If you are using Mesos 1.1 or later, we recommend using the new v1 Operator HTTP API instead of the unversioned REST endpoints listed below. These endpoints will be deprecated in the future."

Closes #12

Implemented v1 operator calls common to agents/masters.

Scaffolding impl files added for agent and master.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Operator Calls
1 participant