Uses of Class
org.cdk8s.plus24.LabeledNode
-
Packages that use LabeledNode Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of LabeledNode in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return LabeledNode Modifier and Type Method Description static LabeledNode
Node. labeled(@NotNull NodeLabelQuery... labelSelector)
Match a node by its labels.Methods in org.cdk8s.plus24 with parameters of type LabeledNode Modifier and Type Method Description void
PodScheduling. attract(LabeledNode node)
Attract this pod to a node matched by selectors.void
PodScheduling. attract(LabeledNode node, PodSchedulingAttractOptions options)
Attract this pod to a node matched by selectors.
-