BareMetalAdminClusterMaintenanceConfig

data class BareMetalAdminClusterMaintenanceConfig(val maintenanceAddressCidrBlocks: List<String>)

Constructors

Link copied to clipboard
constructor(maintenanceAddressCidrBlocks: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.