X Tutup
Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 697 Bytes

File metadata and controls

14 lines (9 loc) · 697 Bytes

V1APIResource

Properties

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