NodeSelectorTermPatch

data class NodeSelectorTermPatch(val matchExpressions: List<NodeSelectorRequirementPatch>? = null, val matchFields: List<NodeSelectorRequirementPatch>? = null)

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.

Constructors

Link copied to clipboard
constructor(matchExpressions: List<NodeSelectorRequirementPatch>? = null, matchFields: List<NodeSelectorRequirementPatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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