Uses of Class
org.cdk8s.plus24.LabeledNode
-
-
Uses of LabeledNode in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return LabeledNode Modifier and Type Method Description static LabeledNodeNode. 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 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.
-