package mesos.v1.resource_provider

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Call

resource_provider.proto:112

NOTE: For the time being, this API is subject to change and the related feature is experimental.

message Call.Subscribe

resource_provider.proto:127

Request to subscribe with the master.

Used in: Call

enum Call.Type

resource_provider.proto:113

Used in: Call

message Call.UpdateOperationStatus

resource_provider.proto:132

Notify the master about the status of an operation.

Used in: Call

message Call.UpdatePublishResourcesStatus

resource_provider.proto:167

Used in: Call

enum Call.UpdatePublishResourcesStatus.Status

resource_provider.proto:168

Used in: UpdatePublishResourcesStatus

message Call.UpdateState

resource_provider.proto:144

Notify the master about the total resources and pending operations.

Used in: Call

message Event

resource_provider.proto:29

NOTE: For the time being, this API is subject to change and the related feature is experimental.

message Event.AcknowledgeOperationStatus

resource_provider.proto:85

Received when an operation status update is being acknowledged. Acknowledgements may be generated either by a framework or by the master.

Used in: Event

message Event.ApplyOperation

resource_provider.proto:52

Received when the master wants to send an operation to the resource provider.

Used in: Event

message Event.PublishResources

resource_provider.proto:78

Received when the master wants to launch a task using resources of this resource provider.

Used in: Event

message Event.ReconcileOperations

resource_provider.proto:97

Received when the resource provider manager wants to reconcile its view of the resource provider's operation state. The resource provider should generate operation status updates for any operation UUIDs in this message which are unknown to the resource provider.

Used in: Event

message Event.Subscribed

resource_provider.proto:46

First event received by the resource provider when it subscribes to the master.

Used in: Event

enum Event.Type

resource_provider.proto:30

Used in: Event