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

VmwareControlPlaneNodeConfig

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

Specifies control plane node config for the VMware user cluster.

interface VmwareControlPlaneNodeConfig {
autoResizeConfig?: VmwareAutoResizeConfig;
cpus?: bigint;
memory?: bigint;
replicas?: bigint;
}

§Properties

§
autoResizeConfig?: VmwareAutoResizeConfig
[src]

AutoResizeConfig provides auto resizing configurations.

§
cpus?: bigint
[src]

The number of CPUs for each admin cluster node that serve as control planes for this VMware user cluster. (default: 4 CPUs)

§
memory?: bigint
[src]

The megabytes of memory for each admin cluster node that serves as a control plane for this VMware user cluster (default: 8192 MB memory).

§
replicas?: bigint
[src]

The number of control plane nodes for this VMware user cluster. (default: 1 replica).

§

Vsphere-specific config.