export interface IKubernetesClusterNodePoolTaint {
    key: string;
    value: string;
    effect: string;
}
