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

VmwareClusterUpgradePolicy

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

VmwareClusterUpgradePolicy defines the cluster upgrade policy.

interface VmwareClusterUpgradePolicy {
controlPlaneOnly?: boolean;
}

§Properties

§
controlPlaneOnly?: boolean
[src]

Controls whether the upgrade applies to the control plane only.