Volume Args
data class VolumeArgs(val azureFile: Output<AzureFileVolumeArgs>? = null, val emptyDir: Output<Any>? = null, val gitRepo: Output<GitRepoVolumeArgs>? = null, val name: Output<String>, val secret: Output<Map<String, String>>? = null, val secretReference: Output<Map<String, String>>? = null) : ConvertibleToJava<VolumeArgs>
The properties of the volume.
Constructors
Link copied to clipboard
constructor(azureFile: Output<AzureFileVolumeArgs>? = null, emptyDir: Output<Any>? = null, gitRepo: Output<GitRepoVolumeArgs>? = null, name: Output<String>, secret: Output<Map<String, String>>? = null, secretReference: Output<Map<String, String>>? = null)