import { ProjectKubeCustomizationCiliumClusterMeshApiServer } from './ProjectKubeCustomizationCiliumClusterMeshApiServer';
/** ClusterMesh customization */
export interface ProjectKubeCustomizationCiliumClusterMesh {
    /** API server customization */
    apiServer?: ProjectKubeCustomizationCiliumClusterMeshApiServer;
    /** Enable cluster mesh */
    enabled?: boolean;
}
//# sourceMappingURL=ProjectKubeCustomizationCiliumClusterMesh.d.ts.map