From 77fc2db59d3017e5dd27388ec50dc744b4d5e4a3 Mon Sep 17 00:00:00 2001 From: Jian Qiu Date: Fri, 27 Sep 2024 11:24:33 +0800 Subject: [PATCH] Add addon configured condition back 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 82ad206c..1ed2134b 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"