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

    Interface V1USBHostDevice

    interface V1USBHostDevice {
        externalResourceProvider?: boolean;
        resourceName: string;
        selectors?: V1USBSelector[];
    }
    Index

    Properties

    externalResourceProvider?: boolean

    If true, KubeVirt will leave the allocation and monitoring to an external device plugin

    resourceName: string

    Identifies the list of USB host devices. e.g: kubevirt.io/storage, kubevirt.io/bootable-usb, etc

    ""
    
    selectors?: V1USBSelector[]