manusa / yakc

Yet another Kubernetes Client - Lower level Java REST client for Kubernetes API
https://blog.marcnuri.com/tag/yakc/
Apache License 2.0
45 stars 11 forks source link

schema: Added OpenAPI schema for 1.29.0 #84

Closed manusa closed 10 months ago

manusa commented 10 months ago

@rohanKanojia :eyes:

sonarcloud[bot] commented 10 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

rohanKanojia commented 10 months ago

I have observed these changes

Only 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.