Skip to content

Commit 4d9693a

Browse files
authored
Merge pull request #11178 from chrischdi/pr-fix-nodehealthy-godoc
🌱 condition: fix godoc for MachineNodeHealthyCondition
2 parents f9372a1 + 275bb5a commit 4d9693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/condition_consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const (
195195
// Conditions and condition Reasons for the Machine's Node object.
196196
const (
197197
// MachineNodeHealthyCondition provides info about the operational state of the Kubernetes node hosted on the machine by summarizing node conditions.
198-
// 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.
198+
// If the conditions defined in a Kubernetes node (i.e., NodeReady, NodeMemoryPressure, NodeDiskPressure and NodePIDPressure) are in a healthy state, it will be set to True.
199199
MachineNodeHealthyCondition ConditionType = "NodeHealthy"
200200

201201
// WaitingForNodeRefReason (Severity=Info) documents a machine.spec.providerId is not assigned yet.

0 commit comments

Comments
 (0)