WeightedPodAffinityTerm

com.coralogix.zio.k8s.model.core.v1.WeightedPodAffinityTerm
See theWeightedPodAffinityTerm companion object
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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets podAffinityTerm.

Gets podAffinityTerm.

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

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product