Skip to content

Commit aebde5b

Browse files
authored
Merge pull request #7836 from knabben/remove-deprecated-flag
⚠️ Removing deprecated healthcheck condition
2 parents ea426f7 + 4011b2d commit aebde5b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

api/v1beta1/condition_consts.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ const (
136136
// In the event that the health check fails it will be set to False.
137137
MachineHealthCheckSucceededCondition ConditionType = "HealthCheckSucceeded"
138138

139-
// MachineHealthCheckSuccededCondition is set on machines that have passed a healthcheck by the MachineHealthCheck controller.
140-
// In the event that the health check fails it will be set to False.
141-
//
142-
// Deprecated: This const is going to be removed in a next release. Use MachineHealthCheckSucceededCondition instead.
143-
MachineHealthCheckSuccededCondition ConditionType = "HealthCheckSucceeded"
144-
145139
// MachineHasFailureReason is the reason used when a machine has either a FailureReason or a FailureMessage set on its status.
146140
MachineHasFailureReason = "MachineHasFailure"
147141

docs/book/src/developer/providers/v1.3-to-v1.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ maintainers of providers and consumers of our Go API.
2121
### Removals
2222

2323
- `clusterctl backup` has been removed.
24+
- `MachineHealthCheckSuccededCondition` condition type has been removed.
2425

2526
### API Changes
2627

0 commit comments

Comments
 (0)