Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface 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.

schema

io.k8s.api.core.v1.NodeSelectorTerm

Hierarchy

  • NodeSelectorTerm

Index

Properties

Optional Readonly matchExpressions

matchExpressions: NodeSelectorRequirement[]

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

schema

io.k8s.api.core.v1.NodeSelectorTerm#matchExpressions

Optional Readonly matchFields

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

schema

io.k8s.api.core.v1.NodeSelectorTerm#matchFields

Generated using TypeDoc