UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 298 B
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