BareMetalAdminClusterMaintenanceConfigArgs

data class BareMetalAdminClusterMaintenanceConfigArgs(val maintenanceAddressCidrBlocks: Output<List<String>>) : ConvertibleToJava<BareMetalAdminClusterMaintenanceConfigArgs>

Constructors

constructor(maintenanceAddressCidrBlocks: Output<List<String>>)

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.

Functions

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