Skip to content

Commit

Permalink
Merge pull request openshift#1013 from bertinatto/csi-migration-vsphe…
Browse files Browse the repository at this point in the history
…re-azure-file

Add feature gates for CSI migration (TP): vSphere and Azure File
  • Loading branch information
openshift-merge-robot committed Sep 21, 2021
2 parents 319827a + 7f23f5c commit 49b82c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/v1/types_feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{
with("CSIMigrationOpenStack"). // sig-storage, jsafrane, Kubernetes feature gate
with("CSIMigrationGCE"). // sig-storage, fbertina, Kubernetes feature gate
with("CSIMigrationAzureDisk"). // sig-storage, fbertina, Kubernetes feature gate
with("CSIMigrationAzureFile"). // sig-storage, fbertina, Kubernetes feature gate
with("CSIMigrationVSphere"). // sig-storage, fbertina, Kubernetes feature gate
with("ExternalCloudProvider"). // sig-cloud-provider, jspeed, OCP specific
with("InsightsOperatorPullingSCA"). // insights-operator/ccx, tremes, OCP specific
with("CSIDriverSharedResource"). // sig-build, adkaplan, OCP specific
Expand Down

0 comments on commit 49b82c6

Please sign in to comment.