export interface IKubernetesClusterNodePoolLabels {
    [key: string]: string;
}
