Uses of Class
org.cdk8s.plus25.LabeledNode
-
Packages that use LabeledNode Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of LabeledNode in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return LabeledNode Modifier and Type Method Description static LabeledNodeNode. labeled(@NotNull NodeLabelQuery... labelSelector)Match a node by its labels.Methods in org.cdk8s.plus25 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.
-