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§
- 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.