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

    Interface V1ClaimRequest

    interface V1ClaimRequest {
        claimName?: string;
        requestName?: string;
    }
    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.

    requestName?: string

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