nodePools

@JvmName(name = "vpvfcfwvgvwsitid")
suspend fun nodePools(value: Output<List<NodePoolArgs>>)
@JvmName(name = "bfvirvsmvfcumfvu")
suspend fun nodePools(value: List<NodePoolArgs>?)

Parameters

value

The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.


@JvmName(name = "pahyfblpqulnxhqs")
suspend fun nodePools(vararg values: Output<NodePoolArgs>)


@JvmName(name = "avcjxydtipjmeioo")
suspend fun nodePools(values: List<Output<NodePoolArgs>>)
@JvmName(name = "ivaffqhwphcvytfm")
suspend fun nodePools(vararg values: NodePoolArgs)

Parameters

values

The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.


@JvmName(name = "jmmbgncbqdiqfvif")
suspend fun nodePools(argument: List<suspend NodePoolArgsBuilder.() -> Unit>)
@JvmName(name = "xyjxhdoflrhhqtgq")
suspend fun nodePools(vararg argument: suspend NodePoolArgsBuilder.() -> Unit)
@JvmName(name = "bwyjwwjprdlcdetx")
suspend fun nodePools(argument: suspend NodePoolArgsBuilder.() -> Unit)

Parameters

argument

The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.