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