JobDefinitionEksEmptyDir

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val medium: 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: String? = null

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