⎈ k8s knowledge compiler

NodeSelectorTerm [api_object]ai-synthesized · conf 0.82

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.

core

A NodeSelectorTerm represents a node selector term, which is used to select nodes for pod scheduling.

Why it matters It allows users to specify the conditions under which a pod can be scheduled on a node.

Key facts - Represents a node selector term - Used for pod scheduling

Sources

swagger.jsonio.k8s.api.core.v1.NodeSelectorTerm

Related (3)

related_to NodeSelectorRequirementreferences type conf=1
related_to NodeSelectorreferences type conf=1
related_to PreferredSchedulingTermreferences type conf=1

← all API Explorer