Skip to content

Commit

Permalink
Removing deprecated healthcheck condition
Browse files Browse the repository at this point in the history
  • Loading branch information
knabben committed Jan 3, 2023
1 parent 7a0ee7c commit cdd7158
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/v1beta1/condition_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ const (
// In the event that the health check fails it will be set to False.
MachineHealthCheckSucceededCondition ConditionType = "HealthCheckSucceeded"

// MachineHealthCheckSuccededCondition is set on machines that have passed a healthcheck by the MachineHealthCheck controller.
// In the event that the health check fails it will be set to False.
//
// Deprecated: This const is going to be removed in a next release. Use MachineHealthCheckSucceededCondition instead.
MachineHealthCheckSuccededCondition ConditionType = "HealthCheckSucceeded"

// MachineHasFailureReason is the reason used when a machine has either a FailureReason or a FailureMessage set on its status.
MachineHasFailureReason = "MachineHasFailure"

Expand Down

0 comments on commit cdd7158

Please sign in to comment.