Skip to content

Commit c5c07f5

Browse files
Rename EtcdClusterHealthyCondition
1 parent 2d07978 commit c5c07f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/kubeadm/api/v1beta1/condition_consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const (
111111

112112
const (
113113
// EtcdClusterHealthyCondition documents the overall etcd cluster's health.
114-
EtcdClusterHealthyCondition clusterv1.ConditionType = "EtcdClusterHealthyCondition"
114+
EtcdClusterHealthyCondition clusterv1.ConditionType = "EtcdClusterHealthy"
115115

116116
// EtcdClusterInspectionFailedReason documents a failure in inspecting the etcd cluster status.
117117
EtcdClusterInspectionFailedReason = "EtcdClusterInspectionFailed"

0 commit comments

Comments
 (0)