c
com.coralogix.zio.k8s.model.core.v1
WeightedPodAffinityTerm
Companion object WeightedPodAffinityTerm
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- WeightedPodAffinityTerm
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
WeightedPodAffinityTerm(podAffinityTerm: PodAffinityTerm, weight: Int)
- weight
weight associated with matching the corresponding podAffinityTerm, in the range 1-100.
Value Members
-
def
getPodAffinityTerm: IO[K8sFailure, PodAffinityTerm]
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.
- val podAffinityTerm: PodAffinityTerm
- val weight: Int