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

    Interface V1beta1NMStateSpecInfraAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecution

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

    interface V1beta1NMStateSpecInfraAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecution {
        podAffinityTerm: V1beta1NMStateSpecInfraAffinityPodAffinityPreferredDuringSchedulingIgnoredDuringExecutionPodAffinityTerm;
        weight: number;
    }
    Index

    Properties

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

    weight: number

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