WeightedPodAffinityTerm

io.k8s.api.core.v1.WeightedPodAffinityTerm
See theWeightedPodAffinityTerm companion object
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)

Attributes

Companion
object
Source
WeightedPodAffinityTerm.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms podAffinityTerm to result of function

transforms podAffinityTerm to result of function

Attributes

Source
WeightedPodAffinityTerm.scala

transforms weight to result of function

transforms weight to result of function

Attributes

Source
WeightedPodAffinityTerm.scala

Returns a new data with podAffinityTerm set to new value

Returns a new data with podAffinityTerm set to new value

Attributes

Source
WeightedPodAffinityTerm.scala

Returns a new data with weight set to new value

Returns a new data with weight set to new value

Attributes

Source
WeightedPodAffinityTerm.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product