Get Cluster Kubernetes Network Config
data class GetClusterKubernetesNetworkConfig(val ipFamily: String, val serviceIpv4Cidr: String, val serviceIpv6Cidr: String)
Properties
Link copied to clipboard
The CIDR block to assign Kubernetes pod and service IP addresses from if ipv4
was specified when the cluster was created.
Link copied to clipboard
The CIDR block to assign Kubernetes pod and service IP addresses from if ipv6
was specified when the cluster was created. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.