package
0.0.0-20240306091841-1e85a6b78cc4
Repository: https://github.com/kkohtaka/kubernetesimal.git
Documentation: pkg.go.dev

# Constants

DesiredReplicasAnnotation is the desired replicas for a deployment recorded as an annotation in its EtcdNodeSets.
MaxReplicasAnnotation is the maximum replicas a deployment can have at a given point, which is deployment.spec.replicas + maxSurge.
RevisionAnnotation is the revision annotation of a deployment's EtcdNodeSets which records its rollout sequence.
RevisionHistoryAnnotation maintains the history of all old revisions that an EtcdNodeSet has served for a deployment.

# Structs

Reconciler reconciles a EtcdNodeDeployment object.