File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
internal/operator-controller/features Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 99 // Add new feature gates constants (strings)
1010 // Ex: SomeFeature featuregate.Feature = "SomeFeature"
1111 PreflightPermissions featuregate.Feature = "PreflightPermissions"
12+
13+ SyntheticPermissions featuregate.Feature = "SyntheticPermissions"
1214)
1315
1416var operatorControllerFeatureGates = map [featuregate.Feature ]featuregate.FeatureSpec {
@@ -19,6 +21,12 @@ var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.Feature
1921 PreRelease : featuregate .Alpha ,
2022 LockToDefault : false ,
2123 },
24+
25+ SyntheticPermissions : {
26+ Default : false ,
27+ PreRelease : featuregate .Alpha ,
28+ LockToDefault : false ,
29+ },
2230}
2331
2432var OperatorControllerFeatureGate featuregate.MutableFeatureGate = featuregate .NewFeatureGate ()
You can’t perform that action at this time.
0 commit comments