PreferredSchedulingTerm

final case class PreferredSchedulingTerm(preference: NodeSelectorTerm, weight: Int)

An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).

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