Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Mar 13, 2024
1 parent cac4dc1 commit 593f54d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/v1beta1/condition_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ const (
// MachineHasFailureReason is the reason used when a machine has either a FailureReason or a FailureMessage set on its status.
MachineHasFailureReason = "MachineHasFailure"

// HasRemediateMachineAnnotationReason is the reason used when a machine has either a ManualRemediationReason or a ManualRemediationMessage set on its status.
// HasRemediateMachineAnnotationReason is the reason that get's set at the MachineHealthCheckSucceededCondition when a machine
// has the RemediateMachineAnnotation set.
HasRemediateMachineAnnotationReason = "HasRemediateMachineAnnotation"

// NodeStartupTimeoutReason is the reason used when a machine's node does not appear within the specified timeout.
Expand Down

0 comments on commit 593f54d

Please sign in to comment.