python/kubernetes/docs/V1APIResource.md
2017-06-29 01:34:59 -07:00

1.2 KiB

V1APIResource

Properties

Name Type Description Notes
categories list[str] categories is a list of the grouped resources this resource belongs to (e.g. 'all') [optional]
kind str kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')
name str name is the plural 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]
singular_name str singularName is the singular name of the resource. This allows kubernetes.clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.
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]