V2APIResourceDiscovery

March 28, 2026 ยท View on GitHub

APIResourceDiscovery provides information about an API resource for discovery.

Properties

NameTypeDescriptionNotes
resourcestrresource is the plural name of the resource.
response_kindIoK8sApimachineryPkgApisMetaV1GroupVersionKind[optional]
scopestrscope indicates the scope of a resource, either Cluster or Namespaced
singular_resourcestrsingularResource is the singular name of the resource.
verbslist[str]verbs is a list of supported API operation types
short_nameslist[str]shortNames is a list of suggested short names of the resource.[optional]
categorieslist[str]categories is a list of the grouped resources this resource belongs to.[optional]
subresourceslist[V2APISubresourceDiscovery][optional]

[Back to Model list] [Back to API list] [Back to README]