# Functions
CreateVolumes creates persistent volumes on reserved resources.
DeactivateAgent turns off offers for a specific agent.
DestroyVolumes destroys persistent volumes.
DrainAgent marks an agent for automated draining of tasks.
Empty generates a stream that always returns nil.
FromChan returns a streaming request that fetches calls from the given channel until it closes.
GetAgents retrieves information about all the agents known to the master.
GetExecutors retrieves information about all the executors known to the master.
GetFlags retrieves the master's overall flag configuration.
GetFrameworks retrieves information about all the frameworks known to the master.
GetHealth retrieves the health status of master.
GetLoggingLevel retrieves the master's logging level.
GetMaintenanceSchedule retrieves the cluster's maintenance schedule.
GetMaintenanceStatus retrieves the cluster's maintenance status.
GetMaster retrieves information about the master.
GetMetrics gives the snapshot of current metrics to the end user.
GetOperations retrieves information about all the operations known to the master.
GetQuota retrieves the cluster's configured quotas.
GetRoles retrieves information about all the roles known to the master.
GetState retrieves the overall cluster state.
GetTasks retrieves information about all the tasks known to the master.
GetVersion retrieves the master's version information.
GetWeights retrieves the information about role weights.
GrowVolume grows a persistent volume on an agent's ROOT or PATH disks.
IgnoreResponse generates a sender that closes any non-nil response received by Mesos.
ListFiles retrieves the file listing for a directory in master.
MarkAgentGone removes the quota for a particular role.
NonStreaming returns a RequestFunc that always generates the same Call.
Push prepends one or more calls onto a request stream.
ReactivateAgent turns on offers for a specific agent, which was previously drained or deactivated.
ReadFile reads data from a file on the master.
ReadFileWithLength is similar to ReadFile but species the maximum number of bytes to read from the file.
RemoveQuota removes the quota for a particular role.
ReserveResources reserves resources dynamically on a specific agent.
SendNoData is a convenience func that executes the given Call using the provided Sender and always drops the response data.
SetLoggingLevel sets the logging verbosity level for a specified duration for master.
SetQuota sets the quota for resources to be used by a particular role.
ShrinkVolume shrinks a persistent volume on an agent's ROOT or PATH disks.
StartMaintenance starts the maintenance of the cluster, this would bring a set of machines down.
StopMaintenance stops the maintenance of the cluster, this would bring a set of machines back up.
Subscribe results in a streaming response.
Teardown removes the quota for a particular role.
UnreserveResources unreserves resources dynamically on a specific agent.
UpdateMaintenanceSchedule updates the cluster's maintenance schedule.
UpdateWeights updates weights for specific roles.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author