Uses of Interface
org.cdk8s.plus25.NodeTaintQueryOptions
-
Packages that use NodeTaintQueryOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of NodeTaintQueryOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement NodeTaintQueryOptions Modifier and Type Class Description static classNodeTaintQueryOptions.Jsii$ProxyAn implementation forNodeTaintQueryOptionsMethods in org.cdk8s.plus25 that return NodeTaintQueryOptions Modifier and Type Method Description NodeTaintQueryOptionsNodeTaintQueryOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type NodeTaintQueryOptions Modifier and Type Method Description static NodeTaintQueryNodeTaintQuery. exists(String key, NodeTaintQueryOptions options)Matches a tain with any value of a specific key.static NodeTaintQueryNodeTaintQuery. is(String key, String value, NodeTaintQueryOptions options)Matches a taint with a specific key and value.
-