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
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ const (
117
117
)
118
118
119
119
const (
120
-
// MachineOwnerRemediatedCondition is set on machines that have failed a healthcheck by the Machine's owner controller.
120
+
// MachineOwnerRemediatedCondition is set on machines that have failed a healthcheck by the MachineHealthCheck controller.
121
121
// MachineOwnerRemediatedCondition is set to False after a health check fails, but should be changed to True by the owning controller after remediation succeeds.
0 commit comments