Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 832 Bytes

V1APIResource.md

File metadata and controls

14 lines (10 loc) · 832 Bytes

V1APIResource

Properties

Name Type Description Notes
kind str kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')
name str name is the name of the resource.
namespaced bool namespaced indicates if a resource is namespaced or not.
short_names list[str] shortNames is a list of suggested short names of the resource. [optional]
verbs list[str] verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)

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