JobTemplateVolume

data class JobTemplateVolume(val name: String, val storageName: String? = null, val storageType: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the volume.

Link copied to clipboard
val storageName: String? = null

The name of the storage to use for the volume.

Link copied to clipboard
val storageType: String? = null

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