ConfigMapNodeConfigSource

io.k8s.api.core.v1.ConfigMapNodeConfigSource
See theConfigMapNodeConfigSource companion object
final case class ConfigMapNodeConfigSource(name: String, kubeletConfigKey: String, namespace: String, resourceVersion: Option[String], uid: Option[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

Companion:
object
Source:
ConfigMapNodeConfigSource.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms kubeletConfigKey to result of function

transforms kubeletConfigKey to result of function

Attributes

Source:
ConfigMapNodeConfigSource.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
ConfigMapNodeConfigSource.scala

transforms namespace to result of function

transforms namespace to result of function

Attributes

Source:
ConfigMapNodeConfigSource.scala

if resourceVersion has a value, transforms to the result of function

if resourceVersion has a value, transforms to the result of function

Attributes

Source:
ConfigMapNodeConfigSource.scala

if uid has a value, transforms to the result of function

if uid has a value, transforms to the result of function

Attributes

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with kubeletConfigKey set to new value

Returns a new data with kubeletConfigKey set to new value

Attributes

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with resourceVersion set to new value

Returns a new data with resourceVersion set to new value

Attributes

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source:
ConfigMapNodeConfigSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product