Scheduling

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

Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.

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

Value members

Inherited methods

Inherited from:
Product