Skip to content

Commit e041b5e

Browse files
Merge pull request openshift#2333 from anik120/platform-operators-removal
OCPBUGS-44462: Remove PlatformOperators from feature list
2 parents ff66e60 + 5542026 commit e041b5e

27 files changed

+152
-1379
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
| NutanixMultiSubnets| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5050
| OVNObservability| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5151
| PinnedImages| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
52-
| PlatformOperators| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5352
| PreconfiguredUDNAddresses| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5453
| RouteAdvertisements| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5554
| SignatureStores| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,6 @@ var (
491491
enableIn(configv1.DevPreviewNoUpgrade).
492492
mustRegister()
493493

494-
FeatureGatePlatformOperators = newFeatureGate("PlatformOperators").
495-
reportProblemsToJiraComponent("olm").
496-
contactPerson("joe").
497-
productScope(ocpSpecific).
498-
enhancementPR(legacyFeatureGateWithoutEnhancement).
499-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
500-
mustRegister()
501-
502494
FeatureGateNewOLM = newFeatureGate("NewOLM").
503495
reportProblemsToJiraComponent("olm").
504496
contactPerson("joe").

features/legacyfeaturegates.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ var legacyFeatureGates = sets.New(
101101
// never add to this list, if you think you have an exception ask @deads2k
102102
"PinnedImages",
103103
// never add to this list, if you think you have an exception ask @deads2k
104-
"PlatformOperators",
105-
// never add to this list, if you think you have an exception ask @deads2k
106104
"PrivateHostedZoneAWS",
107105
// never add to this list, if you think you have an exception ask @deads2k
108106
"RouteAdvertisements",

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 0 additions & 216 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)