nodeConfig

@JvmName(name = "chkfylaqxjhyarnc")
suspend fun nodeConfig(value: Output<ClusterNodeConfigArgs>)
@JvmName(name = "qyqgylvatuomdkxd")
suspend fun nodeConfig(value: ClusterNodeConfigArgs?)

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 = "mvggtwcdbgmwfudf")
suspend fun nodeConfig(argument: suspend ClusterNodeConfigArgsBuilder.() -> 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.