NodeAffinity

io.k8s.api.core.v1.NodeAffinity
See theNodeAffinity companion object

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
Show all

Members list

Inherited
  • Not inherited
  • Product

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