Packages

case class WeightedPodAffinityTerm(podAffinityTerm: PodAffinityTerm, weight: Int) extends Product with Serializable

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

weight

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WeightedPodAffinityTerm
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WeightedPodAffinityTerm(podAffinityTerm: PodAffinityTerm, weight: Int)

    weight

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

Value Members

  1. def getPodAffinityTerm: IO[K8sFailure, PodAffinityTerm]

    Gets podAffinityTerm.

    Gets podAffinityTerm.

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

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

  3. val podAffinityTerm: PodAffinityTerm
  4. val weight: Int