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

    Interface IoK8sApiResourceV1beta2AllocationResult

    AllocationResult contains attributes of an allocated resource.

    interface IoK8sApiResourceV1beta2AllocationResult {
        devices?: IoK8sApiResourceV1beta2DeviceAllocationResult;
        nodeSelector?: IoK8sApiCoreV1NodeSelector;
    }
    Index

    Properties

    Devices is the result of allocating devices.

    NodeSelector defines where the allocated resources are available. If unset, they are available everywhere.