/** * IPFamily represents the IP Family (IPv4 or IPv6). This type is used * to express the family of an IP expressed by a type (e.g. service.spec.ipFamilies). */ export type IIPFamily = string; export type IPFamily = IIPFamily; export type { IIPFamily as IComGithubCiliumCiliumPkgK8sSlimK8sApiCoreV1IPFamily, IPFamily as ComGithubCiliumCiliumPkgK8sSlimK8sApiCoreV1IPFamily };