Skip to content

Commit bc748ef

Browse files
Merge pull request #2474 from opokornyy/remove-unused-featuregate
remove unused feature gate InsightsConfigAPI
2 parents 588d549 + e278f00 commit bc748ef

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
| 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> |
4949
| 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> |
5050
| 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> |
51-
| 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> |
5251
| 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> |
5352
| 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> |
5453
| 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
@@ -127,9 +127,6 @@
127127
{
128128
"name": "InsightsConfig"
129129
},
130-
{
131-
"name": "InsightsConfigAPI"
132-
},
133130
{
134131
"name": "InsightsOnDemandDataGather"
135132
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@
200200
{
201201
"name": "InsightsConfig"
202202
},
203-
{
204-
"name": "InsightsConfigAPI"
205-
},
206203
{
207204
"name": "InsightsOnDemandDataGather"
208205
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@
203203
{
204204
"name": "InsightsConfig"
205205
},
206-
{
207-
"name": "InsightsConfigAPI"
208-
},
209206
{
210207
"name": "InsightsOnDemandDataGather"
211208
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@
130130
{
131131
"name": "InsightsConfig"
132132
},
133-
{
134-
"name": "InsightsConfigAPI"
135-
},
136133
{
137134
"name": "InsightsOnDemandDataGather"
138135
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@
182182
{
183183
"name": "InsightsConfig"
184184
},
185-
{
186-
"name": "InsightsConfigAPI"
187-
},
188185
{
189186
"name": "InsightsOnDemandDataGather"
190187
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@
185185
{
186186
"name": "InsightsConfig"
187187
},
188-
{
189-
"name": "InsightsConfigAPI"
190-
},
191188
{
192189
"name": "InsightsOnDemandDataGather"
193190
},

0 commit comments

Comments
 (0)