NodeSelectorTerm

case
class NodeSelectorTerm(matchExpressions: Optional[Vector[NodeSelectorRequirement]], matchFields: Optional[Vector[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.

Value Params
matchExpressions

A list of node selector requirements by node's labels.

matchFields

A list of node selector requirements by node's fields.

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

Value members

Concrete methods

A list of node selector requirements by node's labels.

A list of node selector requirements by node's labels.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

A list of node selector requirements by node's fields.

A list of node selector requirements by node's fields.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product