File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
docs/book/src/developer/providers Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -136,12 +136,6 @@ const (
136
136
// In the event that the health check fails it will be set to False.
137
137
MachineHealthCheckSucceededCondition ConditionType = "HealthCheckSucceeded"
138
138
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
-
145
139
// MachineHasFailureReason is the reason used when a machine has either a FailureReason or a FailureMessage set on its status.
146
140
MachineHasFailureReason = "MachineHasFailure"
147
141
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ maintainers of providers and consumers of our Go API.
21
21
### Removals
22
22
23
23
- ` clusterctl backup ` has been removed.
24
+ - ` MachineHealthCheckSuccededCondition ` condition type has been removed.
24
25
25
26
### API Changes
26
27
You can’t perform that action at this time.
0 commit comments