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

@@ -61,6 +61,8 @@ func DefaultWatchCacheSizes() map[schema.GroupResource]int {
func NewStorageFactoryConfig() *StorageFactoryConfig {
resources := []schema.GroupVersionResource{
// TODO (https://github.com/kubernetes/kubernetes/issues/108451): remove the override in
// 1.25.
apisstorage.Resource("csistoragecapacities").WithVersion("v1beta1"),
}