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 Params
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.

def getWeight: IO[K8sFailure, Int]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product