JobTemplateVolumeArgs

data class JobTemplateVolumeArgs(val name: Output<String>, val storageName: Output<String>? = null, val storageType: Output<String>? = null) : ConvertibleToJava<JobTemplateVolumeArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, storageName: Output<String>? = null, storageType: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the volume.

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

The name of the storage to use for the volume.

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

The type of storage to use for the volume. Possible values are AzureFile, EmptyDir and Secret.

Functions

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