website/docs/resources-reference/v1.5/documents/_generated_apiresource_unve...

1.5 KiB


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
apiVersion
string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
groupVersion
string
groupVersion is the group and version this APIResourceList is for.
kind
string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
resources
APIResource array
resources contains the name of the resources and if they are namespaced.