import { ProjectKubeCustomizationAPIServer } from './ProjectKubeCustomizationAPIServer';
import { ProjectKubeCustomizationKubeProxy } from './ProjectKubeCustomizationKubeProxy';
/** Cluster customization */
export interface ProjectKubeCustomization {
    /** Kubernetes cluster api server customization */
    apiServer?: ProjectKubeCustomizationAPIServer;
    /** Kubernetes cluster kube-proxy customization */
    kubeProxy?: ProjectKubeCustomizationKubeProxy;
}
//# sourceMappingURL=ProjectKubeCustomization.d.ts.map