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`.
    • 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.