ConfigMapProjection

io.k8s.api.core.v1.ConfigMapProjection
See theConfigMapProjection companion object
final case class ConfigMapProjection(items: Option[Seq[KeyToPath]], name: Option[String], optional: Option[Boolean])

Adapts a ConfigMap into a projected volume.

The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

Attributes

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

Members list

Value members

Concrete methods

Appends new values to items

Appends new values to items

Attributes

Source
ConfigMapProjection.scala

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

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

Attributes

Source
ConfigMapProjection.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
ConfigMapProjection.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
ConfigMapProjection.scala

Returns a new data with items set to new value

Returns a new data with items set to new value

Attributes

Source
ConfigMapProjection.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ConfigMapProjection.scala

Returns a new data with optional set to new value

Returns a new data with optional set to new value

Attributes

Source
ConfigMapProjection.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product