NodeSelector

com.coralogix.zio.k8s.model.core.v1.NodeSelector
See theNodeSelector companion object
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.

Attributes

nodeSelectorTerms

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

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

Members list

Concise view

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product