You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1beta2/cluster_phase_types.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@ const (
49
49
50
50
// ClusterPhaseFailed is the Cluster state when the system
51
51
// might require user intervention.
52
+
//
53
+
// Deprecated: This enum value is deprecated; the Failed phase won't be set anymore by controllers, and it is preserved only
54
+
// for conversion from v1beta1 objects; the Failed phase is going to be removed when support for v1beta1 will be dropped.
55
+
// Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
56
+
//
52
57
ClusterPhaseFailed=ClusterPhase("Failed")
53
58
54
59
// ClusterPhaseUnknown is returned if the Cluster state cannot be determined.
Copy file name to clipboardExpand all lines: api/v1beta2/machine_phase_types.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,11 @@ const (
57
57
58
58
// MachinePhaseFailed is the Machine state when the system
59
59
// might require user intervention.
60
+
//
61
+
// Deprecated: This enum value is deprecated; the Failed phase won't be set anymore by controllers, and it is preserved only
62
+
// for conversion from v1beta1 objects; the Failed phase is going to be removed when support for v1beta1 will be dropped.
63
+
// Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
64
+
//
60
65
MachinePhaseFailed=MachinePhase("Failed")
61
66
62
67
// MachinePhaseUnknown is returned if the Machine state cannot be determined.
// MachineDeploymentPhaseFailed indicates there was a problem scaling and user intervention might be required.
570
+
//
571
+
// Deprecated: This enum value is deprecated; the Failed phase won't be set anymore by controllers, and it is preserved only
572
+
// for conversion from v1beta1 objects; the Failed phase is going to be removed when support for v1beta1 will be dropped.
573
+
// Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
0 commit comments