kubernetes-client / gen

Common generator scripts for all client libraries
Apache License 2.0
148 stars 146 forks source link

Support get_api_resources() (GET /apis/{group}/{version}) in the custom objects API #231

Closed JacobHenner closed 1 year ago

JacobHenner commented 1 year ago

The built-in APIs include get_api_resources(), but the Custom Objects API provides no equivalent. The autogenerated API libraries should expose a method to GET /apis/{group}/{version} for arbitrary combinations of group and version to ensure parity with the built-in APIs.

PR incoming.