Optional configuration for the volume type. MountVolumeOptions

interface MountVolumeOptions {
    DriverConfig?: MountVolumeOptionsDriverConfig;
    Labels?: {
        [key: string]: string;
    };
    NoCopy?: boolean;
}

Properties

Labels?: {
    [key: string]: string;
}

User-defined key/value metadata.

NoCopy?: boolean

Populate volume with data from the target.