APIGroupDiscovery holds information about which resources are being served for all version of the API Group. It contains a list of APIVersionDiscovery that holds a list of APIResourceDiscovery types served for a version. Versions are in descending order of preference, with the first version being the preferred entry.
| Name | Type | Description | Notes |
|---|---|---|---|
| api_version | str | [optional] | |
| kind | str | [optional] | |
| metadata | V1ObjectMeta | [optional] | |
| versions | list[V2APIVersionDiscovery] | [optional] |