EphemeralVolumeSource

final case class EphemeralVolumeSource(volumeClaimTemplate: Option[PersistentVolumeClaimTemplate])

Represents an ephemeral volume that is handled by a normal storage driver.

Companion:
object
Source:
EphemeralVolumeSource.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
EphemeralVolumeSource.scala

Returns a new data with volumeClaimTemplate set to new value

Returns a new data with volumeClaimTemplate set to new value

Source:
EphemeralVolumeSource.scala

Inherited methods

Inherited from:
Product