Skip to content

Commit 8e0efaa

Browse files
authored
Remove EnableExtensionApi feature gate (#1375)
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent b7674d8 commit 8e0efaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/features/features.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ const (
1010
// Ex: SomeFeature featuregate.Feature = "SomeFeature"
1111

1212
ForceSemverUpgradeConstraints featuregate.Feature = "ForceSemverUpgradeConstraints"
13-
EnableExtensionAPI featuregate.Feature = "EnableExtensionApi"
1413
)
1514

1615
var operatorControllerFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
1716
// Add new feature gate definitions
1817
// Ex: SomeFeature: {...}
1918

2019
ForceSemverUpgradeConstraints: {Default: false, PreRelease: featuregate.Alpha},
21-
EnableExtensionAPI: {Default: false, PreRelease: featuregate.Alpha},
2220
}
2321

2422
var OperatorControllerFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()

0 commit comments

Comments
 (0)