c
com.coralogix.zio.k8s.model.core.v1
EphemeralVolumeSource
Companion object EphemeralVolumeSource
case class EphemeralVolumeSource(volumeClaimTemplate: Optional[PersistentVolumeClaimTemplate] = Optional.Absent) extends Product with Serializable
Represents an ephemeral volume that is handled by a normal storage driver.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EphemeralVolumeSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EphemeralVolumeSource(volumeClaimTemplate: Optional[PersistentVolumeClaimTemplate] = Optional.Absent)
Value Members
-
def
getVolumeClaimTemplate: IO[K8sFailure, PersistentVolumeClaimTemplate]
Gets volumeClaimTemplate.
Gets volumeClaimTemplate.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val volumeClaimTemplate: Optional[PersistentVolumeClaimTemplate]