NodeAffinity

io.k8s.api.core.v1.NodeAffinity
See theNodeAffinity companion object
final case class NodeAffinity(preferredDuringSchedulingIgnoredDuringExecution: Option[Seq[PreferredSchedulingTerm]], requiredDuringSchedulingIgnoredDuringExecution: Option[NodeSelector])

Node affinity is a group of node affinity scheduling rules.

Attributes

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

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with preferredDuringSchedulingIgnoredDuringExecution set to new value

Attributes

Source:
NodeAffinity.scala

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Returns a new data with requiredDuringSchedulingIgnoredDuringExecution set to new value

Attributes

Source:
NodeAffinity.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product