EmptyDirVolumeSource

com.coralogix.zio.k8s.model.core.v1.EmptyDirVolumeSource
See theEmptyDirVolumeSource companion object
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.

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes

Gets sizeLimit.

Gets sizeLimit.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product