PodAntiAffinity

io.k8s.api.core.v1.PodAntiAffinity
See thePodAntiAffinity companion object
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.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to preferredDuringSchedulingIgnoredDuringExecution

Appends new values to preferredDuringSchedulingIgnoredDuringExecution

Attributes

Source:
PodAntiAffinity.scala

Appends new values to requiredDuringSchedulingIgnoredDuringExecution

Appends new values to requiredDuringSchedulingIgnoredDuringExecution

Attributes

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

Attributes

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

Attributes

Source:
PodAntiAffinity.scala

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Attributes

Source:
PodAntiAffinity.scala

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Attributes

Source:
PodAntiAffinity.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product