NodeSelectorTermArgs

data class NodeSelectorTermArgs(val matchExpressions: Output<List<NodeSelectorRequirementArgs>>? = null, val matchFields: Output<List<NodeSelectorRequirementArgs>>? = null) : ConvertibleToJava<NodeSelectorTermArgs>

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: Output<List<NodeSelectorRequirementArgs>>? = null, matchFields: Output<List<NodeSelectorRequirementArgs>>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): NodeSelectorTermArgs