Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BareMetalAdminControlPlaneConfig

import type { BareMetalAdminControlPlaneConfig } from "https://googleapis.deno.dev/v1/gkeonprem:v1.ts";

BareMetalAdminControlPlaneConfig specifies the control plane configuration.

interface BareMetalAdminControlPlaneConfig {
controlPlaneNodePoolConfig?: BareMetalAdminControlPlaneNodePoolConfig;
}

§Properties

§

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/

§

Required. 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.