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§
- Operator
Capability Report - Report-only Operator capability status.
- Sync
Request - Request sent by the agent to the manager during periodic sync.
- Sync
Response - Response from the manager to the agent sync request.
- Target
Deployment - Target deployment state for the agent to converge toward.
Enums§
- Operator
Capability State - State of an Operator capability as observed inside the environment.