Group Init Container Volume
data class GroupInitContainerVolume(val emptyDir: Boolean? = null, val gitRepo: GroupInitContainerVolumeGitRepo? = null, val mountPath: String, val name: String, val readOnly: Boolean? = null, val secret: Map<String, String>? = null, val shareName: String? = null, val storageAccountKey: String? = null, val storageAccountName: 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.