GetClusterKubernetesNetworkConfig

data class GetClusterKubernetesNetworkConfig(val ipFamily: String, val serviceIpv4Cidr: String, val serviceIpv6Cidr: String)

Constructors

Link copied to clipboard
constructor(ipFamily: String, serviceIpv4Cidr: String, serviceIpv6Cidr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ipv4 or ipv6.

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.