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

    Interface K8sIoApiCoreV1WeightedPodAffinityTerm

    The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

    interface K8sIoApiCoreV1WeightedPodAffinityTerm {
        podAffinityTerm: K8sIoApiCoreV1PodAffinityTerm;
        weight: number;
    }
    Index

    Properties

    Required. A pod affinity term, associated with the corresponding weight.

    {}
    
    weight: number

    weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

    int32

    0