Skip to main content

Module sync

Module sync 

Source
Expand description

Sync protocol types for agent ↔ manager communication.

The agent periodically calls POST /v1/sync with a SyncRequest and receives a SyncResponse containing the target deployment state.

Structs§

OperatorCapabilityReport
Report-only Operator capability status.
SyncRequest
Request sent by the agent to the manager during periodic sync.
SyncResponse
Response from the manager to the agent sync request.
TargetDeployment
Target deployment state for the agent to converge toward.

Enums§

OperatorCapabilityState
State of an Operator capability as observed inside the environment.