nodePools

@JvmName(name = "dtaananeoxdcdnnx")
suspend fun nodePools(value: Output<List<ClusterNodePoolArgs>>)
@JvmName(name = "jneghkxfryiglvoi")
suspend fun nodePools(value: List<ClusterNodePoolArgs>?)

Parameters

value

List of node pools associated with this cluster. See gcp.container.NodePool for schema. Warning: node pools defined inside a cluster can't be changed (or added/removed) after cluster creation without deleting and recreating the entire cluster. Unless you absolutely need the ability to say "these are the only node pools associated with this cluster", use the gcp.container.NodePool resource instead of this property.


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


@JvmName(name = "tnmbsrdjvllixpca")
suspend fun nodePools(values: List<Output<ClusterNodePoolArgs>>)
@JvmName(name = "ftfviksdetneynjt")
suspend fun nodePools(vararg values: ClusterNodePoolArgs)

Parameters

values

List of node pools associated with this cluster. See gcp.container.NodePool for schema. Warning: node pools defined inside a cluster can't be changed (or added/removed) after cluster creation without deleting and recreating the entire cluster. Unless you absolutely need the ability to say "these are the only node pools associated with this cluster", use the gcp.container.NodePool resource instead of this property.


@JvmName(name = "acelpjebownpgund")
suspend fun nodePools(argument: List<suspend ClusterNodePoolArgsBuilder.() -> Unit>)
@JvmName(name = "jmyfiyrafkhoiipn")
suspend fun nodePools(vararg argument: suspend ClusterNodePoolArgsBuilder.() -> Unit)
@JvmName(name = "siiatsdhvvqbsgpm")
suspend fun nodePools(argument: suspend ClusterNodePoolArgsBuilder.() -> Unit)

Parameters

argument

List of node pools associated with this cluster. See gcp.container.NodePool for schema. Warning: node pools defined inside a cluster can't be changed (or added/removed) after cluster creation without deleting and recreating the entire cluster. Unless you absolutely need the ability to say "these are the only node pools associated with this cluster", use the gcp.container.NodePool resource instead of this property.