Package org.cdk8s.plus24
Interface NodeTaintQueryOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NodeTaintQueryOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T02:54:19.278Z") @Stability(Stable) public interface NodeTaintQueryOptions extends software.amazon.jsii.JsiiSerializable
Options for `NodeTaintQuery`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNodeTaintQueryOptions.BuilderA builder forNodeTaintQueryOptionsstatic classNodeTaintQueryOptions.Jsii$ProxyAn implementation forNodeTaintQueryOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NodeTaintQueryOptions.Builderbuilder()default TaintEffectgetEffect()The taint effect to match.default org.cdk8s.DurationgetEvictAfter()How much time should a pod that tolerates the `NO_EXECUTE` effect be bound to the node.
-
-
-
Method Detail
-
getEffect
@Stability(Stable) @Nullable default TaintEffect getEffect()
The taint effect to match.Default: - all effects are matched.
-
getEvictAfter
@Stability(Stable) @Nullable default org.cdk8s.Duration getEvictAfter()
How much time should a pod that tolerates the `NO_EXECUTE` effect be bound to the node.Only applies for the
NO_EXECUTEeffect.Default: - bound forever.
-
builder
@Stability(Stable) static NodeTaintQueryOptions.Builder builder()
- Returns:
- a
NodeTaintQueryOptions.BuilderofNodeTaintQueryOptions
-
-