Volume Response
data class VolumeResponse(val azureFile: AzureFileVolumeResponse? = null, val emptyDir: Any? = null, val gitRepo: GitRepoVolumeResponse? = null, val name: String, val secret: Map<String, String>? = null, val secretReference: 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, secretReference: Map<String, String>? = null)