Get Cluster Kubernetes Network Config
data class GetClusterKubernetesNetworkConfig(val elasticLoadBalancings: List<GetClusterKubernetesNetworkConfigElasticLoadBalancing>, val ipFamily: String, val serviceIpv4Cidr: String, val serviceIpv6Cidr: String)
Constructors
Link copied to clipboard
constructor(elasticLoadBalancings: List<GetClusterKubernetesNetworkConfigElasticLoadBalancing>, ipFamily: String, serviceIpv4Cidr: String, serviceIpv6Cidr: String)
Properties
Link copied to clipboard
Contains Elastic Load Balancing configuration for EKS Auto Mode enabled cluster.
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.