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

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

    interface V1WeightedPodAffinityTerm {
        podAffinityTerm: V1PodAffinityTerm;
        weight: number;
    }
    Index

    Properties

    podAffinityTerm: V1PodAffinityTerm

    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