BareMetalClusterMaintenanceConfigArgs

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

Constructors

Link copied to clipboard
fun BareMetalClusterMaintenanceConfigArgs(maintenanceAddressCidrBlocks: Output<List<String>>)

Functions

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

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.