/** * CIDRGroupRef is a reference to a CIDR Group. * A CIDR Group is a list of CIDRs whose IP addresses should be considered as a * same entity when applying fromCIDRGroupRefs policies on incoming network traffic. */ export type ICIDRGroupRef = string; export type CIDRGroupRef = ICIDRGroupRef; export type { ICIDRGroupRef as IComGithubCiliumCiliumPkgPolicyApiCIDRGroupRef, CIDRGroupRef as ComGithubCiliumCiliumPkgPolicyApiCIDRGroupRef };