We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3606d52 commit 8fcb4b5Copy full SHA for 8fcb4b5
pkg/kubeapiserver/default_storage_factory_builder.go
@@ -74,6 +74,8 @@ func NewStorageFactoryConfig() *StorageFactoryConfig {
74
// TODO (https://github.com/kubernetes/kubernetes/issues/108451): remove the override in 1.25.
75
// apisstorage.Resource("csistoragecapacities").WithVersion("v1beta1"),
76
coordination.Resource("leasecandidates").WithVersion("v1alpha2"),
77
+ // TODO(aojea) ipaddresses and servicecidrs are v1 in 1.33
78
+ // remove them in 1.34 when all apiserver understand the v1 version.
79
networking.Resource("ipaddresses").WithVersion("v1beta1"),
80
networking.Resource("servicecidrs").WithVersion("v1beta1"),
81
admissionregistration.Resource("mutatingadmissionpolicies").WithVersion("v1alpha1"),
0 commit comments