NodeAffinity

final case class NodeAffinity(preferredDuringSchedulingIgnoredDuringExecution: Option[Seq[PreferredSchedulingTerm]], requiredDuringSchedulingIgnoredDuringExecution: Option[NodeSelector])

Node affinity is a group of node affinity scheduling rules.

Companion:
object
Source:
NodeAffinity.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:
NodeAffinity.scala

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

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

Source:
NodeAffinity.scala

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

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

Source:
NodeAffinity.scala

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Source:
NodeAffinity.scala

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Source:
NodeAffinity.scala

Inherited methods

Inherited from:
Product