EphemeralVolumeSource

case class EphemeralVolumeSource(readOnly: Optional[Boolean], volumeClaimTemplate: Optional[PersistentVolumeClaimTemplate])

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

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

Value Params
readOnly

Specifies a read-only configuration for the volume. Defaults to false (read/write).

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getReadOnly: IO[K8sFailure, Boolean]

Specifies a read-only configuration for the volume. Defaults to false (read/write).

Specifies a read-only configuration for the volume. Defaults to false (read/write).

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets volumeClaimTemplate.

Gets volumeClaimTemplate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product