Bare Metal Control Plane Config Args
data class BareMetalControlPlaneConfigArgs(val apiServerArgs: Output<List<BareMetalApiServerArgumentArgs>>? = null, val controlPlaneNodePoolConfig: Output<BareMetalControlPlaneNodePoolConfigArgs>) : ConvertibleToJava<BareMetalControlPlaneConfigArgs>
Specifies the control plane configuration.
Constructors
Link copied to clipboard
fun BareMetalControlPlaneConfigArgs(apiServerArgs: Output<List<BareMetalApiServerArgumentArgs>>? = null, controlPlaneNodePoolConfig: Output<BareMetalControlPlaneNodePoolConfigArgs>)
Functions
Properties
Link copied to clipboard
Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.