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

    Interface V1GPU

    interface V1GPU {
        claimName?: string;
        deviceName?: string;
        name: string;
        requestName?: string;
        tag?: string;
        virtualGPUOptions?: V1VGPUOptions;
    }
    Index

    Properties

    claimName?: string

    ClaimName references the name of an entry in the VMI's spec.resourceClaims[] array. The referenced entry may use either resourceClaimName or resourceClaimTemplateName.

    deviceName?: string

    DeviceName is the name of the device provisioned by device-plugins

    name: string

    Name of the GPU device as exposed by a device plugin

    ""
    
    requestName?: string

    RequestName specifies which request from the ResourceClaim/ResourceClaimTemplate spec.devices.requests array this claim request corresponds to.

    tag?: string

    If specified, the virtual network interface address and its tag will be provided to the guest via config drive

    virtualGPUOptions?: V1VGPUOptions