We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5981332 commit c2213daCopy full SHA for c2213da
pkg/featuregate/features.go
@@ -18,10 +18,10 @@ package featuregate
18
19
const (
20
// TeamLevelCARM is a feature gate for enabling CARM for team-level resources.
21
- TeamLevelCARM = "TL-CARM"
+ TeamLevelCARM = "TeamLevelCARM"
22
23
// ServiceLevelCARM is a feature gate for enabling CARM for service-level resources.
24
- ServiceLevelCARM = "SL-CARM"
+ ServiceLevelCARM = "ServiceLevelCARM"
25
)
26
27
// defaultACKFeatureGates is a map of feature names to Feature structs
0 commit comments