NodeSelector

case class NodeSelector(nodeSelectorTerms: Vector[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.

Value parameters:
nodeSelectorTerms

Required. A list of node selector terms. The terms are ORed.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Required. A list of node selector terms. The terms are ORed.

Required. A list of node selector terms. The terms are ORed.

This effect always succeeds, it is safe to use the field nodeSelectorTerms directly.

Inherited methods

Inherited from:
Product