Skip to content

Commit c2213da

Browse files
committed
use more descriptive names for feature flags
1 parent 5981332 commit c2213da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/featuregate/features.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ package featuregate
1818

1919
const (
2020
// TeamLevelCARM is a feature gate for enabling CARM for team-level resources.
21-
TeamLevelCARM = "TL-CARM"
21+
TeamLevelCARM = "TeamLevelCARM"
2222

2323
// ServiceLevelCARM is a feature gate for enabling CARM for service-level resources.
24-
ServiceLevelCARM = "SL-CARM"
24+
ServiceLevelCARM = "ServiceLevelCARM"
2525
)
2626

2727
// defaultACKFeatureGates is a map of feature names to Feature structs

0 commit comments

Comments
 (0)