Arnavion / k8s-openapi

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

DELETE operations that return Status can return the object itself instead #14

Closed Arnavion closed 6 years ago

Arnavion commented 6 years ago

https://github.com/kubernetes/kubernetes/issues/59501

Will have to differentiate based on the kind field, probably by parsing it as a serde_json::Value first.