BareMetalAdminControlPlaneConfigArgs

data class BareMetalAdminControlPlaneConfigArgs(val apiServerArgs: Output<List<BareMetalAdminApiServerArgumentArgs>>? = null, val controlPlaneNodePoolConfig: Output<BareMetalAdminControlPlaneNodePoolConfigArgs>? = null) : ConvertibleToJava<BareMetalAdminControlPlaneConfigArgs>

BareMetalAdminControlPlaneConfig specifies the control plane configuration.

Constructors

Link copied to clipboard
fun BareMetalAdminControlPlaneConfigArgs(apiServerArgs: Output<List<BareMetalAdminApiServerArgumentArgs>>? = null, controlPlaneNodePoolConfig: Output<BareMetalAdminControlPlaneNodePoolConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BareMetalAdminControlPlaneConfigArgs

Properties

Link copied to clipboard

Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/

Link copied to clipboard

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.