ConfigMapNodeConfigSource

com.coralogix.zio.k8s.model.core.v1.ConfigMapNodeConfigSource
See theConfigMapNodeConfigSource companion object
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

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product