diff --git a/api/v1beta1/condition_consts.go b/api/v1beta1/condition_consts.go index a4b5739a6bb2..559f4df3446d 100644 --- a/api/v1beta1/condition_consts.go +++ b/api/v1beta1/condition_consts.go @@ -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" diff --git a/docs/book/src/developer/providers/v1.3-to-v1.4.md b/docs/book/src/developer/providers/v1.3-to-v1.4.md index 505818ef6f0c..5b9e6e365a59 100644 --- a/docs/book/src/developer/providers/v1.3-to-v1.4.md +++ b/docs/book/src/developer/providers/v1.3-to-v1.4.md @@ -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