Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
373 stars 42 forks source link

v1.25 support #125

Closed Arnavion closed 1 year ago

Arnavion commented 1 year ago

https://github.com/Arnavion/k8s-openapi/compare/v1.25

Blocked by https://github.com/kubernetes/kubernetes/issues/111985 . patch and job tests both use delete_collection so are broken.

Arnavion commented 1 year ago

The Kubernetes issue isn't getting any traction, so working around it for now by not setting the request body if the DeleteOptional is == Default::default()