Group Init Container Volume Args
data class GroupInitContainerVolumeArgs(val emptyDir: Output<Boolean>? = null, val gitRepo: Output<GroupInitContainerVolumeGitRepoArgs>? = null, val mountPath: Output<String>, val name: Output<String>, val readOnly: Output<Boolean>? = null, val secret: Output<Map<String, String>>? = null, val shareName: Output<String>? = null, val storageAccountKey: Output<String>? = null, val storageAccountName: Output<String>? = null) : ConvertibleToJava<GroupInitContainerVolumeArgs>
Constructors
Link copied to clipboard
constructor(emptyDir: Output<Boolean>? = null, gitRepo: Output<GroupInitContainerVolumeGitRepoArgs>? = null, mountPath: Output<String>, name: Output<String>, readOnly: Output<Boolean>? = null, secret: Output<Map<String, String>>? = null, shareName: Output<String>? = null, storageAccountKey: Output<String>? = null, storageAccountName: Output<String>? = null)
Properties
Link copied to clipboard
A git_repo
block as defined below. Changing this forces a new resource to be created.
Link copied to clipboard
The access key for the Azure Storage account specified as above. Changing this forces a new resource to be created.
Link copied to clipboard
The Azure storage account from which the volume is to be mounted. Changing this forces a new resource to be created.