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.

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

Value Params
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.

def getName: IO[K8sFailure, String]

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.

def getNamespace: IO[K8sFailure, String]

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.

def getResourceVersion: IO[K8sFailure, String]

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.

def getUid: IO[K8sFailure, String]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product