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/v1alpha3/condition_consts.go
-20
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,6 @@ const (
126
126
)
127
127
128
128
// Conditions and condition Reasons for the Machine's Node object
129
-
130
129
const (
131
130
// MachineNodeHealthyCondition provides info about the operational state of the Kubernetes node hosted on the machine by summarizing node conditions.
132
131
// If the conditions defined in a Kubernetes node (i.e., NodeReady, NodeMemoryPressure, NodeDiskPressure, NodePIDPressure, and NodeNetworkUnavailable) are in a healthy state, it will be set to True.
@@ -143,22 +142,3 @@ const (
143
142
// NodeConditionsFailedReason (Severity=Warning) documents a node is not in a healthy state due to the failed state of at least 1 Kubelet condition.
144
143
NodeConditionsFailedReason="NodeConditionsFailed"
145
144
)
146
-
147
-
// Common Pod-related Condition Reasons used by Pod-related Conditions.
148
-
const (
149
-
// PodProvisioningReason (Severity=Info) documents a pod waiting to be provisioned i.e., Pod is in "Pending" phase and
150
-
// PodScheduled and Initialized conditions are not set to True yet.
151
-
PodProvisioningReason="PodProvisioning"
152
-
153
-
// PodProvisioningReason (Severity=Warning) documents a pod failed during provisioning i.e., Pod is in "Pending" phase and
154
-
// PodScheduled and Initialized conditions are set to True,
155
-
// but ContainersReady or Ready condition is false (i.e., at least one of the containers are in waiting state(e.g CrashLoopbackOff, ImagePullBackOff)
0 commit comments