Skip to content

Commit

Permalink
Add addon configured condition back
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Qiu <[email protected]>
  • Loading branch information
qiujian16 committed Sep 27, 2024
1 parent e49c54a commit 2ff29b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addon/v1alpha1/types_managedclusteraddon.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,7 @@ const (
// ManagedClusterAddOnConditionDegraded represents that the addon agent is providing degraded service on
// the managed cluster.
ManagedClusterAddOnConditionDegraded string = "Degraded"

// Deprecated: Use ManagedClusterAddOnConditionProgressing instead

// ManagedClusterAddOnConditionConfigured represents that the addon agent is configured with its configuration
ManagedClusterAddOnConditionConfigured string = "Configured"

Expand Down

0 comments on commit 2ff29b8

Please sign in to comment.