@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface IoK8sApiCoreV1VolumeDevice

    volumeDevice describes a mapping of a raw block device within a container.

    interface IoK8sApiCoreV1VolumeDevice {
        devicePath: string;
        name: string;
    }
    Index

    Properties

    Properties

    devicePath: string

    devicePath is the path inside of the container that the device will be mapped to.

    name: string

    name must match the name of a persistentVolumeClaim in the pod