ConfigMapVolumeSource

final case class ConfigMapVolumeSource(defaultMode: Option[Int], items: Option[Seq[KeyToPath]], name: Option[String], optional: Option[Boolean])

Adapts a ConfigMap into a volume.

The contents of the target ConfigMap's Data field will be presented in a 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. ConfigMap volumes support ownership management and SELinux relabeling.

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

Value members

Concrete methods

Appends new values to items

Appends new values to items

Source:
ConfigMapVolumeSource.scala

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

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

Source:
ConfigMapVolumeSource.scala

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

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

Source:
ConfigMapVolumeSource.scala

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

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

Source:
ConfigMapVolumeSource.scala

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

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

Source:
ConfigMapVolumeSource.scala

Returns a new data with defaultMode set to new value

Returns a new data with defaultMode set to new value

Source:
ConfigMapVolumeSource.scala

Returns a new data with items set to new value

Returns a new data with items set to new value

Source:
ConfigMapVolumeSource.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ConfigMapVolumeSource.scala

Returns a new data with optional set to new value

Returns a new data with optional set to new value

Source:
ConfigMapVolumeSource.scala

Inherited methods

Inherited from:
Product