NodeConfigSource
io.k8s.api.core.v1.NodeConfigSource
source ↗
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22
configMapConfigMapNodeConfigSourceConfigMap is a reference to a Node's ConfigMap
kubeletConfigKeystring requiredKubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.namestring requiredName is the metadata.name of the referenced ConfigMap. This field is required in all cases.namespacestring requiredNamespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.resourceVersionstringResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.uidstringUID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.