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)
Constructors
Link copied to clipboard
fun GroupInitContainerVolume(emptyDir: Boolean? = null, gitRepo: GroupInitContainerVolumeGitRepo? = null, mountPath: String, name: String, readOnly: Boolean? = null, secret: Map<String, String>? = null, shareName: String? = null, storageAccountKey: String? = null, storageAccountName: String? = null)