Group Container Volume
data class GroupContainerVolume(val emptyDir: Boolean? = null, val gitRepo: GroupContainerVolumeGitRepo? = 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)