VolumeResponse

data class VolumeResponse(val azureFile: AzureFileVolumeResponse? = null, val emptyDir: Any? = null, val gitRepo: GitRepoVolumeResponse? = null, val name: String, val secret: Map<String, String>? = null)

The properties of the volume.

Constructors

Link copied to clipboard
constructor(azureFile: AzureFileVolumeResponse? = null, emptyDir: Any? = null, gitRepo: GitRepoVolumeResponse? = null, name: String, secret: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure File volume.

Link copied to clipboard
val emptyDir: Any? = null

The empty directory volume.

Link copied to clipboard

The git repo volume.

Link copied to clipboard

The name of the volume.

Link copied to clipboard
val secret: Map<String, String>? = null

The secret volume.