Expand description
Cluster join / membership wire DTOs.
Lifted from zlayer-api::handlers::cluster so the CLI, the manager UI,
and any other client can describe these requests/responses without
depending on zlayer-api. The handler itself stays in zlayer-api.
Structs§
- Cluster
Join Request - Request body for
POST /api/v1/cluster/join. - Cluster
Join Response - Response body for
POST /api/v1/cluster/join. - Cluster
Node Summary - Summary of a cluster node for listing.
- Cluster
Peer - Summary of an existing cluster peer returned in join response.