nodeConfig

@JvmName(name = "psmnxlqnsyepxixd")
suspend fun nodeConfig(value: Output<ClusterNodePoolNodeConfigArgs>)
@JvmName(name = "lbwhupdriskgqhao")
suspend fun nodeConfig(value: ClusterNodePoolNodeConfigArgs?)

Parameters

value

Parameters used in creating the default node pool. Generally, this field should not be used at the same time as a gcp.container.NodePool or a node_pool block; this configuration manages the default node pool, which isn't recommended to be used. Structure is documented below.


@JvmName(name = "fkyivldjlenguayx")
suspend fun nodeConfig(argument: suspend ClusterNodePoolNodeConfigArgsBuilder.() -> Unit)

Parameters

argument

Parameters used in creating the default node pool. Generally, this field should not be used at the same time as a gcp.container.NodePool or a node_pool block; this configuration manages the default node pool, which isn't recommended to be used. Structure is documented below.