From ab092a65ab63aee4f9fafe451a8579828622bb60 Mon Sep 17 00:00:00 2001 From: Jian Qiu Date: Sun, 29 Sep 2024 10:35:05 +0800 Subject: [PATCH] Add addon configured condition back (#342) Signed-off-by: Jian Qiu --- addon/v1alpha1/types_managedclusteraddon.go | 1 - 1 file changed, 1 deletion(-) diff --git a/addon/v1alpha1/types_managedclusteraddon.go b/addon/v1alpha1/types_managedclusteraddon.go index 82ad206c5..1ed2134bc 100644 --- a/addon/v1alpha1/types_managedclusteraddon.go +++ b/addon/v1alpha1/types_managedclusteraddon.go @@ -318,7 +318,6 @@ const ( // the managed cluster. ManagedClusterAddOnConditionDegraded string = "Degraded" - // Deprecated: Use ManagedClusterAddOnConditionProgressing instead // ManagedClusterAddOnConditionConfigured represents that the addon agent is configured with its configuration ManagedClusterAddOnConditionConfigured string = "Configured"