Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.18 KB

File metadata and controls

19 lines (14 loc) · 1.18 KB

V2beta1APIResourceDiscovery

APIResourceDiscovery provides information about an API resource for discovery.

Properties

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[V2beta1APISubresourceDiscovery] [optional]

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