PodAntiAffinity

final case class PodAntiAffinity(preferredDuringSchedulingIgnoredDuringExecution: Option[Seq[WeightedPodAffinityTerm]], requiredDuringSchedulingIgnoredDuringExecution: Option[Seq[PodAffinityTerm]])

Pod anti affinity is a group of inter pod anti affinity scheduling rules.

Companion:
object
Source:
PodAntiAffinity.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to preferredDuringSchedulingIgnoredDuringExecution

Appends new values to preferredDuringSchedulingIgnoredDuringExecution

Source:
PodAntiAffinity.scala

Appends new values to requiredDuringSchedulingIgnoredDuringExecution

Appends new values to requiredDuringSchedulingIgnoredDuringExecution

Source:
PodAntiAffinity.scala

if preferredDuringSchedulingIgnoredDuringExecution has a value, transforms to the result of function

if preferredDuringSchedulingIgnoredDuringExecution has a value, transforms to the result of function

Source:
PodAntiAffinity.scala

if requiredDuringSchedulingIgnoredDuringExecution has a value, transforms to the result of function

if requiredDuringSchedulingIgnoredDuringExecution has a value, transforms to the result of function

Source:
PodAntiAffinity.scala

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Source:
PodAntiAffinity.scala

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Source:
PodAntiAffinity.scala

Inherited methods

Inherited from:
Product