Uses of Class
org.cdk8s.plus25.NodeTaintQuery
-
Packages that use NodeTaintQuery Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of NodeTaintQuery in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return NodeTaintQuery Modifier and Type Method Description static NodeTaintQueryNodeTaintQuery. any()Matches any taint.static NodeTaintQueryNodeTaintQuery. exists(String key)Matches a tain with any value of a specific key.static NodeTaintQueryNodeTaintQuery. exists(String key, NodeTaintQueryOptions options)Matches a tain with any value of a specific key.static NodeTaintQueryNodeTaintQuery. is(String key, String value)Matches a taint with a specific key and value.static NodeTaintQueryNodeTaintQuery. is(String key, String value, NodeTaintQueryOptions options)Matches a taint with a specific key and value.Methods in org.cdk8s.plus25 that return types with arguments of type NodeTaintQuery Modifier and Type Method Description List<NodeTaintQuery>TaintedNode. getTaintSelector()Methods in org.cdk8s.plus25 with parameters of type NodeTaintQuery Modifier and Type Method Description static TaintedNodeNode. tainted(@NotNull NodeTaintQuery... taintSelector)Match a node by its taints.Constructor parameters in org.cdk8s.plus25 with type arguments of type NodeTaintQuery Constructor Description TaintedNode(List<NodeTaintQuery> taintSelector)
-