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 4011b2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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
1 change: 1 addition & 0 deletions docs/book/src/developer/providers/v1.3-to-v1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ maintainers of providers and consumers of our Go API.
### Removals

- `clusterctl backup` has been removed.
- `MachineHealthCheckSuccededCondition` condition type has been removed.

### API Changes

Expand Down

0 comments on commit 4011b2d

Please sign in to comment.