control Plane Node Pool Config
suspend fun controlPlaneNodePoolConfig(value: Output<BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigArgs>)
suspend fun controlPlaneNodePoolConfig(value: BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigArgs)
Parameters
value
Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster. Structure is documented below.
suspend fun controlPlaneNodePoolConfig(argument: suspend BareMetalAdminClusterControlPlaneControlPlaneNodePoolConfigArgsBuilder.() -> Unit)
Parameters
argument
Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster. Structure is documented below.