|
99 | 99 | enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()). |
100 | 100 | mustRegister() |
101 | 101 |
|
102 | | - FeatureGateGatewayAPI = newFeatureGate("GatewayAPI"). |
103 | | - reportProblemsToJiraComponent("Routing"). |
104 | | - contactPerson("miciah"). |
105 | | - productScope(ocpSpecific). |
106 | | - enhancementPR(legacyFeatureGateWithoutEnhancement). |
107 | | - enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()). |
108 | | - mustRegister() |
109 | | - |
110 | 102 | FeatureGateOpenShiftPodSecurityAdmission = newFeatureGate("OpenShiftPodSecurityAdmission"). |
111 | 103 | reportProblemsToJiraComponent("auth"). |
112 | 104 | contactPerson("ibihim"). |
@@ -793,19 +785,6 @@ var ( |
793 | 785 | enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()). |
794 | 786 | mustRegister() |
795 | 787 |
|
796 | | - FeatureGateGatewayAPIController = newFeatureGate("GatewayAPIController"). |
797 | | - reportProblemsToJiraComponent("Routing"). |
798 | | - contactPerson("miciah"). |
799 | | - productScope(ocpSpecific). |
800 | | - // Previously, the "GatewayAPI" feature gate managed both the GatewayAPI CRDs |
801 | | - // and the Gateway Controller. However, with the introduction of Gateway CRD |
802 | | - // lifecycle management (EP#1756), these responsibilities were separated. |
803 | | - // A dedicated feature gate now controls the Gateway Controller to distinguish |
804 | | - // its production readiness from that of the CRDs. |
805 | | - enhancementPR("https://github.com/openshift/enhancements/pull/1756"). |
806 | | - enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()). |
807 | | - mustRegister() |
808 | | - |
809 | 788 | FeatureShortCertRotation = newFeatureGate("ShortCertRotation"). |
810 | 789 | reportProblemsToJiraComponent("kube-apiserver"). |
811 | 790 | contactPerson("vrutkovs"). |
|
0 commit comments