Merge pull request #108445 from pohly/storage-capacity-ga

storage capacity GA
This commit is contained in:
Kubernetes Prow Robot
2022-03-23 08:06:21 -07:00
committed by GitHub
66 changed files with 5284 additions and 440 deletions

View File

@@ -24,6 +24,5 @@ type Features struct {
EnablePodDisruptionBudget bool
EnableReadWriteOncePod bool
EnableVolumeCapacityPriority bool
EnableCSIStorageCapacity bool
EnableMinDomainsInPodTopologySpread bool
}