WeightedPodAffinityTerm

final 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)

Companion:
object
Source:
WeightedPodAffinityTerm.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms podAffinityTerm to result of function

transforms podAffinityTerm to result of function

Source:
WeightedPodAffinityTerm.scala

transforms weight to result of function

transforms weight to result of function

Source:
WeightedPodAffinityTerm.scala

Returns a new data with podAffinityTerm set to new value

Returns a new data with podAffinityTerm set to new value

Source:
WeightedPodAffinityTerm.scala

Returns a new data with weight set to new value

Returns a new data with weight set to new value

Source:
WeightedPodAffinityTerm.scala

Inherited methods

Inherited from:
Product