We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70d1bda + c5c07f5 commit 45ad7d1Copy full SHA for 45ad7d1
controlplane/kubeadm/api/v1beta1/condition_consts.go
@@ -111,7 +111,7 @@ const (
111
112
const (
113
// EtcdClusterHealthyCondition documents the overall etcd cluster's health.
114
- EtcdClusterHealthyCondition clusterv1.ConditionType = "EtcdClusterHealthyCondition"
+ EtcdClusterHealthyCondition clusterv1.ConditionType = "EtcdClusterHealthy"
115
116
// EtcdClusterInspectionFailedReason documents a failure in inspecting the etcd cluster status.
117
EtcdClusterInspectionFailedReason = "EtcdClusterInspectionFailed"
0 commit comments