Uses of Interface
org.cdk8s.plus24.NodeTaintQueryOptions
-
-
Uses of NodeTaintQueryOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement NodeTaintQueryOptions Modifier and Type Class Description static class
NodeTaintQueryOptions.Jsii$Proxy
An implementation forNodeTaintQueryOptions
Methods in org.cdk8s.plus24 that return NodeTaintQueryOptions Modifier and Type Method Description NodeTaintQueryOptions
NodeTaintQueryOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type NodeTaintQueryOptions Modifier and Type Method Description static NodeTaintQuery
NodeTaintQuery. exists(String key, NodeTaintQueryOptions options)
Matches a tain with any value of a specific key.static NodeTaintQuery
NodeTaintQuery. is(String key, String value, NodeTaintQueryOptions options)
Matches a taint with a specific key and value.
-