AwsClusterNetworkingArgs

data class AwsClusterNetworkingArgs(val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<AwsClusterNetworkingArgs>

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): AwsClusterNetworkingArgs

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
val vpcId: Output<String>

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.