MountVolumeOptions

constructor(noCopy: Boolean? = false, labels: Map<String, String>? = null, driverConfig: MountVolumeOptionsDriverConfig? = null, subpath: String? = null)

Parameters

noCopy

Populate volume with data from the target.

labels

User-defined key/value metadata.

driverConfig
subpath

Source path inside the volume. Must be relative without any back traversals.