Skip to content

Commit

Permalink
enable networking v1beta1 features on apiserver storage
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 28, 2024
1 parent 7a14b94 commit 29f33bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kubeapiserver/default_storage_factory_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ func NewStorageFactoryConfig() *StorageFactoryConfig {
//
// TODO (https://github.com/kubernetes/kubernetes/issues/108451): remove the override in 1.25.
// apisstorage.Resource("csistoragecapacities").WithVersion("v1beta1"),
networking.Resource("ipaddresses").WithVersion("v1alpha1"),
networking.Resource("servicecidrs").WithVersion("v1alpha1"),
networking.Resource("ipaddresses").WithVersion("v1beta1"),
networking.Resource("servicecidrs").WithVersion("v1beta1"),
certificates.Resource("clustertrustbundles").WithVersion("v1alpha1"),
storage.Resource("volumeattributesclasses").WithVersion("v1alpha1"),
storagemigration.Resource("storagemigrations").WithVersion("v1alpha1"),
Expand Down

0 comments on commit 29f33bc

Please sign in to comment.