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

VmwareAutoResizeConfig

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

Represents auto resizing configurations for the VMware user cluster.

interface VmwareAutoResizeConfig {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Whether to enable controle plane node auto resizing.