From 275bb5a3db5844939fb67966874bd304f7c7c8e9 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Thu, 12 Sep 2024 13:04:42 +0200 Subject: [PATCH] condition: fix godoc for MachineNodeHealthyCondition --- api/v1beta1/condition_consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1beta1/condition_consts.go b/api/v1beta1/condition_consts.go index 57d8324c1864..059b4ccc74a9 100644 --- a/api/v1beta1/condition_consts.go +++ b/api/v1beta1/condition_consts.go @@ -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.