@@ -68,11 +68,11 @@ const (
68
68
ClusterTopologyReconciledV1Beta2Condition = "TopologyReconciled"
69
69
70
70
// ClusterTopologyReconcileSucceededV1Beta2Reason documents the reconciliation of a Cluster topology succeeded.
71
- ClusterTopologyReconcileSucceededV1Beta2Reason = "TopologyReconcileSucceeded "
71
+ ClusterTopologyReconcileSucceededV1Beta2Reason = "ReconcileSucceeded "
72
72
73
73
// ClusterTopologyReconciledFailedV1Beta2Reason documents the reconciliation of a Cluster topology
74
74
// failing due to an error.
75
- ClusterTopologyReconciledFailedV1Beta2Reason = "TopologyReconcileFailed "
75
+ ClusterTopologyReconciledFailedV1Beta2Reason = "ReconcileFailed "
76
76
77
77
// ClusterTopologyReconciledControlPlaneUpgradePendingV1Beta2Reason documents reconciliation of a Cluster topology
78
78
// not yet completed because Control Plane is not yet updated to match the desired topology spec.
@@ -113,9 +113,9 @@ const (
113
113
// with the ClusterClass surfaced in the ClusterClass status or controller logs.
114
114
ClusterTopologyReconciledClusterClassNotReconciledV1Beta2Reason = "ClusterClassNotReconciled"
115
115
116
- // ClusterTopologyReconciledDeletionTimestampSetV1Beta2Reason surfaces when the Cluster is deleting because the
116
+ // ClusterTopologyReconciledDeletingV1Beta2Reason surfaces when the Cluster is deleting because the
117
117
// DeletionTimestamp is set.
118
- ClusterTopologyReconciledDeletionTimestampSetV1Beta2Reason = DeletionTimestampSetV1Beta2Reason
118
+ ClusterTopologyReconciledDeletingV1Beta2Reason = DeletingV1Beta2Reason
119
119
120
120
// ClusterTopologyReconcilePausedV1Beta2Reason surfaces when the Cluster is paused.
121
121
ClusterTopologyReconcilePausedV1Beta2Reason = PausedV1Beta2Reason
@@ -316,7 +316,7 @@ const (
316
316
317
317
// ClusterNotScalingDownV1Beta2Reason surfaces when none of the Cluster's control plane, MachineDeployments,
318
318
// MachinePools and stand-alone MachineSets are scaling down.
319
- ClusterNotScalingDownV1Beta2Reason = NotScalingUpV1Beta2Reason
319
+ ClusterNotScalingDownV1Beta2Reason = NotScalingDownV1Beta2Reason
320
320
321
321
// ClusterScalingDownUnknownV1Beta2Reason surfaces when one of the Cluster's control plane, MachineDeployments,
322
322
// MachinePools and stand-alone MachineSets scaling down condition is unknown, and none true.
@@ -349,9 +349,9 @@ const (
349
349
// ClusterDeletingV1Beta2Condition surfaces details about ongoing deletion of the cluster.
350
350
ClusterDeletingV1Beta2Condition = DeletingV1Beta2Condition
351
351
352
- // ClusterDeletingDeletionTimestampNotSetV1Beta2Reason surfaces when the Cluster is not deleting because the
352
+ // ClusterNotDeletingV1Beta2Reason surfaces when the Cluster is not deleting because the
353
353
// DeletionTimestamp is not set.
354
- ClusterDeletingDeletionTimestampNotSetV1Beta2Reason = DeletionTimestampNotSetV1Beta2Reason
354
+ ClusterNotDeletingV1Beta2Reason = NotDeletingV1Beta2Reason
355
355
356
356
// ClusterDeletingWaitingForBeforeDeleteHookV1Beta2Reason surfaces when the Cluster deletion
357
357
// waits for the ClusterDelete hooks to allow deletion to complete.
0 commit comments