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 classNodeTaintQueryOptions.Jsii$ProxyAn implementation forNodeTaintQueryOptionsMethods in org.cdk8s.plus24 that return NodeTaintQueryOptions Modifier and Type Method Description NodeTaintQueryOptionsNodeTaintQueryOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 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.
-