AwsClusterNetworking

data class AwsClusterNetworking(val podAddressCidrBlocks: List<String>, val serviceAddressCidrBlocks: List<String>, val vpcId: String)

Constructors

Link copied to clipboard
fun AwsClusterNetworking(podAddressCidrBlocks: List<String>, serviceAddressCidrBlocks: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.

Link copied to clipboard

All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.

Link copied to clipboard

The VPC associated with the cluster. All component clusters (i.e. control plane and node pools) run on a single VPC. This field cannot be changed after creation.