Interface NodeTaintQueryOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    NodeTaintQueryOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
               date="2023-01-26T02:32:34.880Z")
    @Stability(Stable)
    public interface NodeTaintQueryOptions
    extends software.amazon.jsii.JsiiSerializable
    Options for `NodeTaintQuery`.
    • 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.