Uses of Class
org.cdk8s.plus24.TaintEffect
-
-
Uses of TaintEffect in org.cdk8s.plus24
Methods in org.cdk8s.plus24 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.plus24 with parameters of type TaintEffect Modifier and Type Method Description NodeTaintQueryOptions.BuilderNodeTaintQueryOptions.Builder. effect(TaintEffect effect)Sets the value ofNodeTaintQueryOptions.getEffect()
-