Uses of Class
org.cdk8s.plus23.TaintedNode
-
-
Uses of TaintedNode in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return TaintedNode Modifier and Type Method Description static TaintedNodeNode. tainted(@NotNull NodeTaintQuery... taintSelector)Match a node by its taints.Methods in org.cdk8s.plus23 with parameters of type TaintedNode Modifier and Type Method Description voidPodScheduling. tolerate(TaintedNode node)Allow this pod to tolerate taints matching these tolerations.
-