NodeSelectorTerm

final case class NodeSelectorTerm(matchExpressions: Option[Seq[NodeSelectorRequirement]], matchFields: Option[Seq[NodeSelectorRequirement]])

A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.

Companion:
object
Source:
NodeSelectorTerm.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to matchExpressions

Appends new values to matchExpressions

Source:
NodeSelectorTerm.scala

Appends new values to matchFields

Appends new values to matchFields

Source:
NodeSelectorTerm.scala

if matchExpressions has a value, transforms to the result of function

if matchExpressions has a value, transforms to the result of function

Source:
NodeSelectorTerm.scala

if matchFields has a value, transforms to the result of function

if matchFields has a value, transforms to the result of function

Source:
NodeSelectorTerm.scala

Returns a new data with matchExpressions set to new value

Returns a new data with matchExpressions set to new value

Source:
NodeSelectorTerm.scala

Returns a new data with matchFields set to new value

Returns a new data with matchFields set to new value

Source:
NodeSelectorTerm.scala

Inherited methods

Inherited from:
Product