BareMetalIslandModeCidrConfigResponse

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

Specifies the cluster CIDR configuration while running in island mode.

Constructors

Link copied to clipboard
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 is mutable after creation starting with version 1.15.