NodeSelector

io.k8s.api.core.v1.NodeSelector
See theNodeSelector companion object
final case class NodeSelector(nodeSelectorTerms: Seq[NodeSelectorTerm])

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

Attributes

Companion:
object
Source:
NodeSelector.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 nodeSelectorTerms

Appends new values to nodeSelectorTerms

Attributes

Source:
NodeSelector.scala

transforms nodeSelectorTerms to result of function

transforms nodeSelectorTerms to result of function

Attributes

Source:
NodeSelector.scala

Returns a new data with nodeSelectorTerms set to new value

Returns a new data with nodeSelectorTerms set to new value

Attributes

Source:
NodeSelector.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product