EmptyDirVolumeSource

io.k8s.api.core.v1.EmptyDirVolumeSource
See theEmptyDirVolumeSource companion object
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.

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
EmptyDirVolumeSource.scala

Returns a new data with medium set to new value

Returns a new data with medium set to new value

Attributes

Source:
EmptyDirVolumeSource.scala

Returns a new data with sizeLimit set to new value

Returns a new data with sizeLimit set to new value

Attributes

Source:
EmptyDirVolumeSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product