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

    Interface IoK8sApiResourceV1beta2DeviceAllocationResult

    DeviceAllocationResult is the result of allocating devices.

    interface IoK8sApiResourceV1beta2DeviceAllocationResult {
        config?: IoK8sApiResourceV1beta2DeviceAllocationConfiguration[];
        results?: IoK8sApiResourceV1beta2DeviceRequestAllocationResult[];
    }
    Index

    Properties

    Properties

    This field is a combination of all the claim and class configuration parameters. Drivers can distinguish between those based on a flag.

    This includes configuration parameters for drivers which have no allocated devices in the result because it is up to the drivers which configuration parameters they support. They can silently ignore unknown configuration parameters.

    Results lists all allocated devices.