ConfigMapNodeConfigSource

case class ConfigMapNodeConfigSource(kubeletConfigKey: String, name: String, namespace: String, resourceVersion: Optional[String], uid: Optional[String])

ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration

Value parameters:
kubeletConfigKey

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

name

Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.

namespace

Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.

resourceVersion

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

uid

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

This effect always succeeds, it is safe to use the field kubeletConfigKey directly.

Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.

Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.

This effect always succeeds, it is safe to use the field name directly.

Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.

Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.

This effect always succeeds, it is safe to use the field namespace directly.

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product