EmptyDirVolumeSource

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

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

Value parameters:
medium

What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

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

Value members

Concrete methods

What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

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

Gets sizeLimit.

Gets sizeLimit.

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

Inherited methods

Inherited from:
Product