NodeSelectorTerm

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 parameters:
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

Inherited from:
Product