Skip to content

Commit

Permalink
Merge pull request #11178 from chrischdi/pr-fix-nodehealthy-godoc
Browse files Browse the repository at this point in the history
🌱 condition: fix godoc for MachineNodeHealthyCondition
  • Loading branch information
k8s-ci-robot authored Sep 19, 2024
2 parents f9372a1 + 275bb5a commit 4d9693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/condition_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const (
// Conditions and condition Reasons for the Machine's Node object.
const (
// MachineNodeHealthyCondition provides info about the operational state of the Kubernetes node hosted on the machine by summarizing node conditions.
// 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.
// 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.
MachineNodeHealthyCondition ConditionType = "NodeHealthy"

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

0 comments on commit 4d9693a

Please sign in to comment.