CopyVolumeToHost

constructor(hostPath: Path, fileList: List<String>?)


constructor(hostPath: Path, fileToDest: Map<String, String>? = null)

Parameters

fileToDest

maps a file from one location to another file (i.e. a copying action with cp)

hostPath

Path to host to mount into the container for host-volume transfers.