Skip to content

Commit e278f00

Browse files
committed
feat: remove unused feature gate InsightsConfigAPI
Signed-off-by: Ondrej Pokorny <[email protected]>
1 parent 2acafd4 commit e278f00

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
| ImageStreamImportMode| | | <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> |
4646
| IngressControllerDynamicConfigurationManager| | | <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> |
4747
| InsightsConfig| | | <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> |
48-
| InsightsConfigAPI| | | <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> |
4948
| InsightsOnDemandDataGather| | | <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> |
5049
| IrreconcilableMachineConfig| | | <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> |
5150
| KMSEncryptionProvider| | | <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
@@ -102,14 +102,6 @@ var (
102102
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
103103
mustRegister()
104104

105-
FeatureGateInsightsConfigAPI = newFeatureGate("InsightsConfigAPI").
106-
reportProblemsToJiraComponent("insights").
107-
contactPerson("tremes").
108-
productScope(ocpSpecific).
109-
enhancementPR(legacyFeatureGateWithoutEnhancement).
110-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
111-
mustRegister()
112-
113105
FeatureGateDynamicResourceAllocation = newFeatureGate("DynamicResourceAllocation").
114106
reportProblemsToJiraComponent("scheduling").
115107
contactPerson("jchaloup").

payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
{
119119
"name": "InsightsConfig"
120120
},
121-
{
122-
"name": "InsightsConfigAPI"
123-
},
124121
{
125122
"name": "InsightsOnDemandDataGather"
126123
},

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@
191191
{
192192
"name": "InsightsConfig"
193193
},
194-
{
195-
"name": "InsightsConfigAPI"
196-
},
197194
{
198195
"name": "InsightsOnDemandDataGather"
199196
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@
194194
{
195195
"name": "InsightsConfig"
196196
},
197-
{
198-
"name": "InsightsConfigAPI"
199-
},
200197
{
201198
"name": "InsightsOnDemandDataGather"
202199
},

payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@
121121
{
122122
"name": "InsightsConfig"
123123
},
124-
{
125-
"name": "InsightsConfigAPI"
126-
},
127124
{
128125
"name": "InsightsOnDemandDataGather"
129126
},

payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@
173173
{
174174
"name": "InsightsConfig"
175175
},
176-
{
177-
"name": "InsightsConfigAPI"
178-
},
179176
{
180177
"name": "InsightsOnDemandDataGather"
181178
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@
176176
{
177177
"name": "InsightsConfig"
178178
},
179-
{
180-
"name": "InsightsConfigAPI"
181-
},
182179
{
183180
"name": "InsightsOnDemandDataGather"
184181
},

0 commit comments

Comments
 (0)