Uses of Class
org.cdk8s.plus24.TaintEffect
-
Packages that use TaintEffect Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of TaintEffect in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return TaintEffect Modifier and Type Method Description default TaintEffect
NodeTaintQueryOptions. getEffect()
The taint effect to match.TaintEffect
NodeTaintQueryOptions.Jsii$Proxy. getEffect()
static TaintEffect
TaintEffect. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaintEffect[]
TaintEffect. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus24 with parameters of type TaintEffect Modifier and Type Method Description NodeTaintQueryOptions.Builder
NodeTaintQueryOptions.Builder. effect(TaintEffect effect)
Sets the value ofNodeTaintQueryOptions.getEffect()
-