Skip to content

Commit 6a3bdb5

Browse files
committed
Remove CloudProviderExternal feature gates
1 parent ce10821 commit 6a3bdb5

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

config/v1/feature_gates.go

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -53,46 +53,6 @@ var (
5353
OwningProduct: ocpSpecific,
5454
}
5555

56-
FeatureGateExternalCloudProvider = FeatureGateName("ExternalCloudProvider")
57-
externalCloudProvider = FeatureGateDescription{
58-
FeatureGateAttributes: FeatureGateAttributes{
59-
Name: FeatureGateExternalCloudProvider,
60-
},
61-
OwningJiraComponent: "cloud-provider",
62-
ResponsiblePerson: "jspeed",
63-
OwningProduct: ocpSpecific,
64-
}
65-
66-
FeatureGateExternalCloudProviderAzure = FeatureGateName("ExternalCloudProviderAzure")
67-
externalCloudProviderAzure = FeatureGateDescription{
68-
FeatureGateAttributes: FeatureGateAttributes{
69-
Name: FeatureGateExternalCloudProviderAzure,
70-
},
71-
OwningJiraComponent: "cloud-provider",
72-
ResponsiblePerson: "jspeed",
73-
OwningProduct: ocpSpecific,
74-
}
75-
76-
FeatureGateExternalCloudProviderGCP = FeatureGateName("ExternalCloudProviderGCP")
77-
externalCloudProviderGCP = FeatureGateDescription{
78-
FeatureGateAttributes: FeatureGateAttributes{
79-
Name: FeatureGateExternalCloudProviderGCP,
80-
},
81-
OwningJiraComponent: "cloud-provider",
82-
ResponsiblePerson: "jspeed",
83-
OwningProduct: ocpSpecific,
84-
}
85-
86-
FeatureGateExternalCloudProviderExternal = FeatureGateName("ExternalCloudProviderExternal")
87-
externalCloudProviderExternal = FeatureGateDescription{
88-
FeatureGateAttributes: FeatureGateAttributes{
89-
Name: FeatureGateExternalCloudProviderExternal,
90-
},
91-
OwningJiraComponent: "cloud-provider",
92-
ResponsiblePerson: "elmiko",
93-
OwningProduct: ocpSpecific,
94-
}
95-
9656
FeatureGateCSIDriverSharedResource = FeatureGateName("CSIDriverSharedResource")
9757
csiDriverSharedResource = FeatureGateDescription{
9858
FeatureGateAttributes: FeatureGateAttributes{

config/v1/types_feature.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ var defaultFeatures = &FeatureGateEnabledDisabled{
207207
alibabaPlatform, // This is a bug, it should be TechPreviewNoUpgrade. This must be downgraded before 4.14 is shipped.
208208
azureWorkloadIdentity,
209209
cloudDualStackNodeIPs,
210-
externalCloudProvider,
211-
externalCloudProviderAzure,
212-
externalCloudProviderGCP,
213-
externalCloudProviderExternal,
214210
privateHostedZoneAWS,
215211
buildCSIVolumes,
216212
kmsv1,

0 commit comments

Comments
 (0)