JobDefinitionEksVolumeArgs

data class JobDefinitionEksVolumeArgs(val emptyDir: Output<JobDefinitionEksEmptyDirArgs>? = null, val hostPath: Output<JobDefinitionEksHostPathArgs>? = null, val name: Output<String>, val secret: Output<JobDefinitionEksSecretArgs>? = null) : ConvertibleToJava<JobDefinitionEksVolumeArgs>

Constructors

Link copied to clipboard
constructor(emptyDir: Output<JobDefinitionEksEmptyDirArgs>? = null, hostPath: Output<JobDefinitionEksHostPathArgs>? = null, name: Output<String>, secret: Output<JobDefinitionEksSecretArgs>? = null)

Properties

Link copied to clipboard

Specifies the configuration of a Kubernetes emptyDir volume. For more information, see emptyDir in the Kubernetes documentation .

Link copied to clipboard

Specifies the configuration of a Kubernetes hostPath volume. For more information, see hostPath in the Kubernetes documentation .

Link copied to clipboard
val name: Output<String>

The name of the volume. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation .

Link copied to clipboard
val secret: Output<JobDefinitionEksSecretArgs>? = null

Specifies the configuration of a Kubernetes secret volume. For more information, see secret in the Kubernetes documentation .

Functions

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