EmptyDirVolumeSource

final case class EmptyDirVolumeSource(medium: Option[String], sizeLimit: Option[Quantity])

Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

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

Value members

Concrete methods

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

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

Source:
EmptyDirVolumeSource.scala

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

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

Source:
EmptyDirVolumeSource.scala

Returns a new data with medium set to new value

Returns a new data with medium set to new value

Source:
EmptyDirVolumeSource.scala

Returns a new data with sizeLimit set to new value

Returns a new data with sizeLimit set to new value

Source:
EmptyDirVolumeSource.scala

Inherited methods

Inherited from:
Product