BareMetalAdminClusterNetworkConfigIslandModeCidr

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

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.