BareMetalAdminIslandModeCidrConfigArgs

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

BareMetalAdminIslandModeCidrConfig specifies the cluster CIDR configuration while running in island mode.

Constructors

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

Functions

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

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 cannot be changed after creation.