VolumeProjection

io.k8s.api.core.v1.VolumeProjection
See theVolumeProjection companion object
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

Attributes

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

Members list

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
VolumeProjection.scala

Returns a new data with configMap set to new value

Returns a new data with configMap set to new value

Attributes

Source
VolumeProjection.scala

Returns a new data with downwardAPI set to new value

Returns a new data with downwardAPI set to new value

Attributes

Source
VolumeProjection.scala

Returns a new data with secret set to new value

Returns a new data with secret set to new value

Attributes

Source
VolumeProjection.scala

Returns a new data with serviceAccountToken set to new value

Returns a new data with serviceAccountToken set to new value

Attributes

Source
VolumeProjection.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product