Uses of Class
org.cdk8s.plus25.TaintEffect
-
Packages that use TaintEffect Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of TaintEffect in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return TaintEffect Modifier and Type Method Description default TaintEffectNodeTaintQueryOptions. getEffect()The taint effect to match.TaintEffectNodeTaintQueryOptions.Jsii$Proxy. getEffect()static TaintEffectTaintEffect. 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.plus25 with parameters of type TaintEffect Modifier and Type Method Description NodeTaintQueryOptions.BuilderNodeTaintQueryOptions.Builder. effect(TaintEffect effect)Sets the value ofNodeTaintQueryOptions.getEffect()
-