Closed manusa closed 10 months ago
I have observed these changes
SleepAction sleep
field in LifecycleHandlerString ipMode
in LoadBalancerIngressString volumeAttributesClassName
in PersistentVolumeClaimSpecString currentVolumeAttributesClassName
in PersistentVolumeClaimStatusModifyVolumeStatus modifyVolumeStatus
in PersistentVolumeClaimStatusString volumeAttributesClassName
in PersistentVolumeSpecList
matchLabelKeys, mismatchLabelKeys in PodAffinityTermClusterTrustBundleProjection clusterTrustBundle
in VolumeProjectionString uid
removed from ParentReferenceOnly change I see that's not covered by https://github.com/fabric8io/kubernetes-client/pull/5686 is this one
Maybe it's just because v1alpha1 CSIStorageCapacity apiVersion is no longer served? I only see v1
being served on Kubernetes 1.29. According to Kubernetes Deprecated Migration Guide storage.k8s.io/v1beta1
CSIStorageCapacity
was stopped serving since Kubernetes 1.27.0 . I only see storage.k8s.io/v1
CSIStorageCapacity
in Kubernetes 1.29.0 api resources.
I don't think this change affects Fabric8 Kubernetes Client.
@rohanKanojia :eyes: