Kazan v0.7.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

  • 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