BareMetalIslandModeCidrConfigArgs

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

Specifies the cluster CIDR configuration while running in island mode.

Constructors

Link copied to clipboard
constructor(podAddressCidrBlocks: Output<List<String>>, serviceAddressCidrBlocks: Output<List<String>>)

Properties

Link copied to clipboard

All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. 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. This field is mutable after creation starting with version 1.15.

Functions

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