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

    Interface V1PciHostDevice

    PciHostDevice represents a host PCI device allowed for passthrough

    interface V1PciHostDevice {
        externalResourceProvider?: boolean;
        pciVendorSelector: string;
        resourceName: string;
    }
    Index

    Properties

    externalResourceProvider?: boolean

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

    pciVendorSelector: string

    The vendor_id:product_id tuple of the PCI device

    ""
    
    resourceName: string

    The name of the resource that is representing the device. Exposed by a device plugin and requested by VMs. Typically of the form vendor.com/product_name

    ""