ConfigMapKeySelector

io.k8s.api.core.v1.ConfigMapKeySelector
See theConfigMapKeySelector companion object
final case class ConfigMapKeySelector(key: String, name: Option[String], optional: Option[Boolean])

Selects a key from a ConfigMap.

Attributes

Companion
object
Source
ConfigMapKeySelector.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms key to result of function

transforms key to result of function

Attributes

Source
ConfigMapKeySelector.scala

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

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

Attributes

Source
ConfigMapKeySelector.scala

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

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

Attributes

Source
ConfigMapKeySelector.scala

Returns a new data with key set to new value

Returns a new data with key set to new value

Attributes

Source
ConfigMapKeySelector.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ConfigMapKeySelector.scala

Returns a new data with optional set to new value

Returns a new data with optional set to new value

Attributes

Source
ConfigMapKeySelector.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product