File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ const (
23
23
// itself to avoid impact to users.
24
24
ClusterClaim featuregate.Feature = "ClusterClaim"
25
25
26
+ // ClusterProperty is a feature gate on hub controller and spoke-agent. When it is enabled on the
27
+ // spoke agent, it will use the claim controller to manage the managed cluster property
28
+ ClusterProperty featuregate.Feature = "ClusterProperty"
29
+
26
30
// AddonManagement is a feature gate on hub controller and spoke-agent. When it is enabled on the
27
31
//spoke agent, it will start a new controllers to manage the managed cluster addons
28
32
// registration and maintains the status of managed cluster addons through watching their leases.
@@ -90,6 +94,7 @@ const (
90
94
// add it here.
91
95
var DefaultSpokeRegistrationFeatureGates = map [featuregate.Feature ]featuregate.FeatureSpec {
92
96
ClusterClaim : {Default : true , PreRelease : featuregate .Beta },
97
+ ClusterProperty : {Default : false , PreRelease : featuregate .Alpha },
93
98
AddonManagement : {Default : true , PreRelease : featuregate .Beta },
94
99
V1beta1CSRAPICompatibility : {Default : false , PreRelease : featuregate .Alpha },
95
100
MultipleHubs : {Default : false , PreRelease : featuregate .Alpha },
You can’t perform that action at this time.
0 commit comments