Bare Metal Cluster Control Plane Args
data class BareMetalClusterControlPlaneArgs(val apiServerArgs: Output<List<BareMetalClusterControlPlaneApiServerArgArgs>>? = null, val controlPlaneNodePoolConfig: Output<BareMetalClusterControlPlaneControlPlaneNodePoolConfigArgs>) : ConvertibleToJava<BareMetalClusterControlPlaneArgs>
Constructors
Link copied to clipboard
constructor(apiServerArgs: Output<List<BareMetalClusterControlPlaneApiServerArgArgs>>? = null, controlPlaneNodePoolConfig: Output<BareMetalClusterControlPlaneControlPlaneNodePoolConfigArgs>)
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/ Structure is documented below.
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. Structure is documented below.