Kazan v0.3.0
Kazan.Models.Unversioned.APIResource
APIResource specifies the name of a resource and whether it is namespaced.
Properties
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.