@aws-quickstart/eks-blueprints
    Preparing search index...

    Type Alias Taint

    Utility type for Kubernetes taints passed to Helm or GitOps applications.

    type Taint = {
        effect: "NoSchedule" | "PreferNoSchedule" | "NoExecute";
        key: string;
        value?: string;
    }
    Index

    Properties

    Properties

    effect: "NoSchedule" | "PreferNoSchedule" | "NoExecute"
    key: string
    value?: string