JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDirArgs

data class JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDirArgs(val medium: Output<String>? = null, val sizeLimit: Output<String>) : ConvertibleToJava<JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDirArgs>

Constructors

constructor(medium: Output<String>? = null, sizeLimit: Output<String>)

Properties

Link copied to clipboard
val medium: Output<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
val sizeLimit: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): JobDefinitionEksPropertiesPodPropertiesVolumeEmptyDirArgs