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