Package org.cdk8s.plus24
Interface NodeTaintQueryOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NodeTaintQueryOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-21T02:57:21.463Z") @Stability(Stable) public interface NodeTaintQueryOptions extends software.amazon.jsii.JsiiSerializable
Options for `NodeTaintQuery`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NodeTaintQueryOptions.Builder
A builder forNodeTaintQueryOptions
static class
NodeTaintQueryOptions.Jsii$Proxy
An implementation forNodeTaintQueryOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NodeTaintQueryOptions.Builder
builder()
default TaintEffect
getEffect()
The taint effect to match.default org.cdk8s.Duration
getEvictAfter()
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_EXECUTE
effect.Default: - bound forever.
-
builder
@Stability(Stable) static NodeTaintQueryOptions.Builder builder()
- Returns:
- a
NodeTaintQueryOptions.Builder
ofNodeTaintQueryOptions
-
-