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

976 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.

APIResourceList unversioned

Field Description
groupVersion
string
groupVersion is the group and version this APIResourceList is for.
resources
APIResource array
resources contains the name of the resources and if they are namespaced.