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

    Interface IoK8sApiResourceV1alpha3Device

    Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.

    interface IoK8sApiResourceV1alpha3Device {
        basic?: IoK8sApiResourceV1alpha3BasicDevice;
        name: string;
    }
    Index

    Properties

    Properties

    Basic defines one device instance.

    name: string

    Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.