WeightedPodAffinityTerm

case class WeightedPodAffinityTerm(podAffinityTerm: PodAffinityTerm, weight: Int)

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

Value parameters:
weight

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets podAffinityTerm.

Gets podAffinityTerm.

This effect always succeeds, it is safe to use the field podAffinityTerm directly.

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

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

This effect always succeeds, it is safe to use the field weight directly.

Inherited methods

Inherited from:
Product