JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir

data class JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDir(val medium: String? = null, val sizeLimit: String)

Constructors

constructor(medium: String? = null, sizeLimit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val medium: String? = null

Medium to store the volume. The default value is an empty string, which uses the storage of the node.

Link copied to clipboard

Maximum size of the volume. By default, there's no maximum size defined.