APIResourceDiscovery provides information about an API resource for discovery.
| Name | Type | Description | Notes |
|---|---|---|---|
| resource | str | resource is the plural name of the resource. | |
| response_kind | IoK8sApimachineryPkgApisMetaV1GroupVersionKind | [optional] | |
| scope | str | scope indicates the scope of a resource, either Cluster or Namespaced | |
| singular_resource | str | singularResource is the singular name of the resource. | |
| verbs | list[str] | verbs is a list of supported API operation types | |
| short_names | list[str] | shortNames is a list of suggested short names of the resource. | [optional] |
| categories | list[str] | categories is a list of the grouped resources this resource belongs to. | [optional] |
| subresources | list[V2APISubresourceDiscovery] | [optional] |