Kazan v0.11.0 Kazan.Apis.Core.V1.ConfigMapNodeConfigSource View Source

ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.

OpenAPI Definition: io.k8s.api.core.v1.ConfigMapNodeConfigSource

Properties

  • kubelet_config_key :: String

    • KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
  • name :: String

    • Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
  • namespace :: String

    • Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
  • resource_version :: String

    • ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
  • uid :: String

    • UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.ConfigMapNodeConfigSource{
  kubelet_config_key: String.t(),
  name: String.t(),
  namespace: String.t(),
  resource_version: String.t(),
  uid: String.t()
}