···783783 most preferred is the one with the greatest sum of weights, i.e.
784784 for each node that meets all of the scheduling requirements (resource
785785 request, requiredDuringScheduling anti-affinity expressions, etc.),
786786- compute a sum by iterating through the elements of this field and adding
787787- "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
786786+ compute a sum by iterating through the elements of this field and subtracting
787787+ "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the
788788 node(s) with the highest sum are the most preferred.
789789 items:
790790 description: The weights of all of the matched WeightedPodAffinityTerm
···11621162 Claims lists the names of resources, defined in spec.resourceClaims,
11631163 that are used by this container.
1164116411651165- This is an alpha field and requires enabling the
11651165+ This field depends on the
11661166 DynamicResourceAllocation feature gate.
1167116711681168 This field is immutable. It can only be set for containers.