JobDefinitionEksEmptyDirArgs

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

Constructors

Link copied to clipboard
constructor(medium: Output<String>? = null, sizeLimit: Output<String>? = null)

Properties

Link copied to clipboard
val medium: Output<String>? = null

The 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>? = null

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

Functions

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