package
0.0.0-20240306091841-1e85a6b78cc4
Repository: https://github.com/kkohtaka/kubernetesimal.git
Documentation: pkg.go.dev
# Constants
EtcdConditionTypeMembersHealthy indicates whether all EtcdNodes are registered successfully and healthy.
EtcdConditionTypeReady is a status respective to a cluster readiness.
EtcdNodeConditionTypeMemberFinalized is a status representing a node as an etcd member was left from a cluster.
EtcdNodeConditionTypeProvisioned is a status respective to a node provisioning.
EtcdNodeConditionTypeReady is a status respective to a node readiness.
EtcdNodePhaseCreating means the etcd node is being created.
EtcdNodePhaseDeleting means the etcd node is being deleted.
EtcdNodePhaseError means the etcd node is in error state.
EtcdNodePhaseProvisioned means the etcd node was provisioned and waiting to become running.
EtcdNodePhaseRunning means the etcd node is running.
EtcdPhaseCreating means the etcd cluster is being created.
EtcdPhaseDeleting means the etcd cluster is being deleted.
EtcdPhaseError means the etcd cluster is in error state.
EtcdPhaseRunning means the etcd cluster is running.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
No description provided by the author
Etcd is the Schema for the etcds API.
EtcdCondition defines a status respected to a certain condition.
EtcdList contains a list of Etcd.
EtcdNode is the Schema for the etcd nodes API.
EtcdNodeCondition defines a status respected to a certain condition.
EtcdNodeDeployment is the Schema for the etcdnodedeployments API.
EtcdNodeDeploymentList contains a list of EtcdNodeDeployment.
EtcdNodeDeploymentSpec defines the desired state of EtcdNodeDeployment.
EtcdNodeDeploymentStatus defines the observed state of EtcdNodeDeployment.
EtcdNodeList contains a list of EtcdNode.
EtcdNodeSet is the Schema for the etcdnodesets API.
EtcdNodeSetList contains a list of EtcdNodeSet.
EtcdNodeSetSpec defines the desired state of EtcdNodeSet.
EtcdNodeSetStatus defines the observed state of EtcdNodeSet.
EtcdNodeSpec defines the desired state of EtcdNode.
EtcdNodeStatus defines the observed state of EtcdNode.
No description provided by the author
EtcdSpec defines the desired state of Etcd.
EtcdStatus defines the observed state of Etcd.
KubernetesimalConfig is the Schema for the kubernetesimalconfigs API.
RollingUpdateEtcdNodeDeployment is the spec to control the desired behavior of rolling update.
# Type aliases
EtcdConditionType represents a type of condition.
EtcdNodeConditionType represents a type of condition.
EtcdNodePhase is a label for the phase of the etcd cluster at the current time.
EtcdPhase is a label for the phase of the etcd cluster at the current time.