Arnavion / k8s-openapi

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

Is kube-scheduler extender API in scope of this project? #87

Closed pzheng1025 closed 3 years ago

pzheng1025 commented 3 years ago

The API source is https://pkg.go.dev/k8s.io/kube-scheduler@v0.20.4/extender/v1

Arnavion commented 3 years ago

It isn't.

If you find a swagger spec for it, you can try writing a code generator based on k8s-openapi-codegen-common for it.