File tree 1 file changed +8
-0
lines changed
internal/operator-controller/features
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 9
9
// Add new feature gates constants (strings)
10
10
// Ex: SomeFeature featuregate.Feature = "SomeFeature"
11
11
PreflightPermissions featuregate.Feature = "PreflightPermissions"
12
+
13
+ SyntheticPermissions featuregate.Feature = "SyntheticPermissions"
12
14
)
13
15
14
16
var operatorControllerFeatureGates = map [featuregate.Feature ]featuregate.FeatureSpec {
@@ -19,6 +21,12 @@ var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.Feature
19
21
PreRelease : featuregate .Alpha ,
20
22
LockToDefault : false ,
21
23
},
24
+
25
+ SyntheticPermissions : {
26
+ Default : false ,
27
+ PreRelease : featuregate .Alpha ,
28
+ LockToDefault : false ,
29
+ },
22
30
}
23
31
24
32
var OperatorControllerFeatureGate featuregate.MutableFeatureGate = featuregate .NewFeatureGate ()
You can’t perform that action at this time.
0 commit comments