import { type ServiceCIDR } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/networking.k8s.io@v1alpha1/mod.ts";
ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
Properties
optional
spec: ServiceCIDRSpec | nulloptional
status: ServiceCIDRStatus | null