WeightedPodAffinityTerm

data class WeightedPodAffinityTerm(val podAffinityTerm: PodAffinityTerm, val weight: Int)

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

Constructors

Link copied to clipboard
constructor(podAffinityTerm: PodAffinityTerm, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val weight: Int

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