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

BareMetalClusterUpgradePolicy

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

BareMetalClusterUpgradePolicy defines the cluster upgrade policy.

interface BareMetalClusterUpgradePolicy {
policy?: "NODE_POOL_POLICY_UNSPECIFIED" | "SERIAL" | "CONCURRENT";
}

§Properties

§
policy?: "NODE_POOL_POLICY_UNSPECIFIED" | "SERIAL" | "CONCURRENT"
[src]

Specifies which upgrade policy to use.