ConfigMapNodeConfigSource

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

Source:
ConfigMapNodeConfigSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms kubeletConfigKey to result of function

transforms kubeletConfigKey to result of function

Source:
ConfigMapNodeConfigSource.scala

transforms name to result of function

transforms name to result of function

Source:
ConfigMapNodeConfigSource.scala

transforms namespace to result of function

transforms namespace to result of function

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

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

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with kubeletConfigKey set to new value

Returns a new data with kubeletConfigKey set to new value

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with resourceVersion set to new value

Returns a new data with resourceVersion set to new value

Source:
ConfigMapNodeConfigSource.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Source:
ConfigMapNodeConfigSource.scala

Inherited methods

Inherited from:
Product