Files
website/docs/api-reference/v1.5/documents/_generated_apiresource_unversioned_definition.md
T
2017-01-13 09:56:34 -08:00

623 B

APIResource unversioned

Group Version Kind
Core unversioned APIResource

APIResource specifies the name of a resource and whether it is namespaced.

Field Description
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.