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

    Interface IoK8sApiCoreV1WeightedPodAffinityTerm

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

    interface IoK8sApiCoreV1WeightedPodAffinityTerm {
        podAffinityTerm: IoK8sApiCoreV1PodAffinityTerm;
        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