taints
suspend fun taints(value: Output<List<BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgs>>)
suspend fun taints(value: List<BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgs>?)
Parameters
value
The initial taints assigned to nodes of this node pool. Structure is documented below.
suspend fun taints(vararg values: Output<BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgs>)
suspend fun taints(values: List<Output<BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgs>>)
suspend fun taints(vararg values: BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgs)
Parameters
values
The initial taints assigned to nodes of this node pool. Structure is documented below.
suspend fun taints(argument: List<suspend BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgsBuilder.() -> Unit>)
suspend fun taints(vararg argument: suspend BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgsBuilder.() -> Unit)
suspend fun taints(argument: suspend BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigNodePoolConfigTaintArgsBuilder.() -> Unit)
Parameters
argument
The initial taints assigned to nodes of this node pool. Structure is documented below.