kubernetes-client / gen

Common generator scripts for all client libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JacobHenner opened this issue · comments

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.