mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 17:16:12 +00:00
Merge pull request #108445 from pohly/storage-capacity-ga
storage capacity GA
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user