EphemeralVolumeSource

io.k8s.api.core.v1.EphemeralVolumeSource
See theEphemeralVolumeSource companion object
final case class EphemeralVolumeSource(volumeClaimTemplate: Option[PersistentVolumeClaimTemplate])

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

Attributes

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

Members list

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

Attributes

Source
EphemeralVolumeSource.scala

Returns a new data with volumeClaimTemplate set to new value

Returns a new data with volumeClaimTemplate set to new value

Attributes

Source
EphemeralVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product