NodeSelectorTerm

com.coralogix.zio.k8s.model.core.v1.NodeSelectorTerm
See theNodeSelectorTerm companion object

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.

Attributes

matchExpressions

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

matchFields

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

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

Members list

Concise view

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.

Attributes

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product