maintenanceAddressCidrBlocks

@JvmName(name = "gtvicvmhqqypniif")
suspend fun maintenanceAddressCidrBlocks(value: Output<List<String>>)
@JvmName(name = "gcisbdgadqtcmgqj")
suspend fun maintenanceAddressCidrBlocks(value: List<String>)

Parameters

value

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.


@JvmName(name = "knxrsmmapoumscep")
suspend fun maintenanceAddressCidrBlocks(vararg values: Output<String>)


@JvmName(name = "sujgaoxkcplkjopm")
suspend fun maintenanceAddressCidrBlocks(values: List<Output<String>>)
@JvmName(name = "pohpcbsaujduisag")
suspend fun maintenanceAddressCidrBlocks(vararg values: String)

Parameters

values

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.