Uses of Class
org.cdk8s.plus23.LabeledNode
-
-
Uses of LabeledNode in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return LabeledNode Modifier and Type Method Description static LabeledNodeNode. labeled(@NotNull NodeLabelQuery... labelSelector)Match a node by its labels.Methods in org.cdk8s.plus23 with parameters of type LabeledNode Modifier and Type Method Description voidPodScheduling. attract(LabeledNode node)Attract this pod to a node matched by selectors.voidPodScheduling. attract(LabeledNode node, PodSchedulingAttractOptions options)Attract this pod to a node matched by selectors.
-