import { IpBlock } from '../IpBlock';
/** Missing description */
export interface ProjectKubeIpRestrictionUpsert {
    /** List of ips to add to the cluster api-server restrictions (format with /subnet available) */
    ips: IpBlock[];
}
//# sourceMappingURL=ProjectKubeIpRestrictionUpsert.d.ts.map