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

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