Kazan v0.10.0 Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionNames View Source

CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

OpenAPI Definition: io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames

Properties

  • categories :: [ String ]

    • Categories is a list of grouped resources custom resources belong to (e.g. ‘all’)
  • kind :: String

    • Kind is the serialized kind of the resource. It is normally CamelCase and singular.
  • list_kind :: String

    • ListKind is the serialized kind of the list for this resource. Defaults to List.
  • plural :: String

    • Plural is the plural name of the resource to serve. It must match the name of the CustomResourceDefinition-registration too: plural.group and it must be all lowercase.
  • short_names :: [ String ]

    • ShortNames are short names for the resource. It must be all lowercase.
  • singular :: String

    • Singular is the singular name of the resource. It must be all lowercase Defaults to lowercased

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() ::
  %Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionNames{
    categories: [String.t()],
    kind: String.t(),
    list_kind: String.t(),
    plural: String.t(),
    short_names: [String.t()],
    singular: String.t()
  }