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

BareMetalControlPlaneConfig

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

Specifies the control plane configuration.

interface BareMetalControlPlaneConfig {
apiServerArgs?: BareMetalApiServerArgument[];
controlPlaneNodePoolConfig?: BareMetalControlPlaneNodePoolConfig;
}

§Properties

§

Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.

§
controlPlaneNodePoolConfig?: BareMetalControlPlaneNodePoolConfig
[src]

Required. Configures the node pool running the control plane.