Kazan v0.4.0 Kazan.Models.ApiMachinery.Apis.Meta.V1.APIResource View Source

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

OpenAPI Definition: io.k8s.apimachinery.pkg.apis.meta.v1.APIResource

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.
  • short_names :: [ String ]

    • shortNames is a list of suggested short names of the resource.
  • verbs :: [ String ]

    • verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)