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

Members list

Value members

Concrete methods

transforms kubeletConfigKey to result of function

transforms kubeletConfigKey to result of function

Attributes

Source
ConfigMapNodeConfigSource.scala
def mapName(f: String => String): ConfigMapNodeConfigSource

transforms name to result of function

transforms name to result of function

Attributes

Source
ConfigMapNodeConfigSource.scala
def mapNamespace(f: String => String): ConfigMapNodeConfigSource

transforms namespace to result of function

transforms namespace to result of function

Attributes

Source
ConfigMapNodeConfigSource.scala
def mapResourceVersion(f: String => String): ConfigMapNodeConfigSource

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
def mapUid(f: String => String): ConfigMapNodeConfigSource

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
def withName(value: String): ConfigMapNodeConfigSource

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
def withUid(value: String): ConfigMapNodeConfigSource

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product