Scheduling

final case class Scheduling(nodeSelector: Option[Map[String, String]], tolerations: Option[Seq[Toleration]])

Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.

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

Value members

Concrete methods

Adds new values to nodeSelector

Adds new values to nodeSelector

Source:
Scheduling.scala

Appends new values to tolerations

Appends new values to tolerations

Source:
Scheduling.scala

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

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

Source:
Scheduling.scala

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

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

Source:
Scheduling.scala

Returns a new data with nodeSelector set to new value

Returns a new data with nodeSelector set to new value

Source:
Scheduling.scala

Returns a new data with tolerations set to new value

Returns a new data with tolerations set to new value

Source:
Scheduling.scala

Inherited methods

Inherited from:
Product