package
0.0.11
Repository: https://github.com/mesos/mesos-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Retrieves the agent information.
No description provided by the author
Retrieves the information about known executors.
No description provided by the author
Retrieves the information about known frameworks.
No description provided by the author
No description provided by the author
No description provided by the author
Retrieves the information about known operations.
Retrieves the information about known resource providers.
No description provided by the author
Retrieves the information about known tasks.
No description provided by the author
No description provided by the author
No description provided by the author
Calls for managing standalone containers or containers nested underneath another container.
Calls for managing nested containers underneath an executor's container.
See 'LaunchNestedContainerSession' below.
No description provided by the author
No description provided by the author
Prune unused container images.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

* Calls that can be sent to the v1 agent API.
Adds a new resource provider config file.
Attaches the caller to the STDIN of the entry point of the container.
Attaches the caller to the STDOUT and STDERR of the entrypoint of the container.
Lists active containers on the agent.
Provides a snapshot of the current metrics tracked by the agent.
Kills the standalone or nested container.
Deprecated in favor of `KillContainer`.
Launches a either a "standalone" container on this agent or a nested container within another tree of containers.
Deprecated in favor of `LaunchContainer`.
Launches a nested container within an executor's tree of containers.
Provides the file listing for a directory.
Mark a resource provider as gone.
Prune unused container images from image store.
Reads data from a file.
Removes a container's artifacts (runtime and sandbox directories).
Deprecated in favor of `RemoveContainer`.
Removes a config file from the resource provider config directory.
Sets the logging verbosity level for a specified duration.
Updates an existing resource provider config file.
Waits for the standalone or nested container to terminate and returns the exit status.
Deprecated in favor of `WaitContainer`.
* Streaming response to `Call::LAUNCH_NESTED_CONTAINER_SESSION` and `Call::ATTACH_CONTAINER_OUTPUT`.
No description provided by the author
No description provided by the author
No description provided by the author
* Synchronous responses for all calls made to the v1 agent API.
Contains the agent's information.
Information about containers running on this agent.
No description provided by the author
Lists information about all the executors known to the agent at the current time.
No description provided by the author
Contains the flag configuration of the agent.
Information about all the frameworks known to the agent at the current time.
No description provided by the author
`healthy` would be true if the agent is healthy.
Contains the logging level of the agent.
Contains a snapshot of the current metrics.
Lists information about all operations known to the agent at the current time.
Lists information about all resource providers known to the agent at the current time.
No description provided by the author
Contains full state of the agent i.e.
Lists information about all the tasks known to the agent at the current time.
Contains the version information of the agent.
Contains the file listing(similar to `ls -l`) for a directory.
Contains the file data.
Returns termination information about the standalone or nested container.
Returns termination information about the nested container.

# Type aliases

No description provided by the author
If a call of type `Call::FOO` requires additional parameters they can be included in the corresponding `Call::Foo` message.
No description provided by the author
No description provided by the author
No description provided by the author
Each of the responses of type `FOO` corresponds to `Foo` message below.