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

BareMetalAdminControlPlaneNodePoolConfig

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

BareMetalAdminControlPlaneNodePoolConfig specifies the control plane node pool configuration. We have a control plane specific node pool config so that we can flexible about supporting control plane specific fields in the future.

interface BareMetalAdminControlPlaneNodePoolConfig {
nodePoolConfig?: BareMetalNodePoolConfig;
}

§Properties

§

Required. The generic configuration for a node pool running the control plane.