BareMetalAdminIslandModeCidrConfigResponse

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

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

Constructors

constructor(podAddressCidrBlocks: List<String>, serviceAddressCidrBlocks: List<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. 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.