VolumeProjection

final case class VolumeProjection(configMap: Option[ConfigMapProjection], downwardAPI: Option[DownwardAPIProjection], secret: Option[SecretProjection], serviceAccountToken: Option[ServiceAccountTokenProjection])

Projection that may be projected along with other supported volume types

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

Value members

Concrete methods

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

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

Source:
VolumeProjection.scala

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

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

Source:
VolumeProjection.scala

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

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

Source:
VolumeProjection.scala

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

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

Source:
VolumeProjection.scala

Returns a new data with configMap set to new value

Returns a new data with configMap set to new value

Source:
VolumeProjection.scala

Returns a new data with downwardAPI set to new value

Returns a new data with downwardAPI set to new value

Source:
VolumeProjection.scala

Returns a new data with secret set to new value

Returns a new data with secret set to new value

Source:
VolumeProjection.scala

Returns a new data with serviceAccountToken set to new value

Returns a new data with serviceAccountToken set to new value

Source:
VolumeProjection.scala

Inherited methods

Inherited from:
Product