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 {
readonly pause?: boolean;
policy?: "NODE_POOL_POLICY_UNSPECIFIED" | "SERIAL" | "CONCURRENT";
}

§Properties

§
readonly pause?: boolean
[src]

Output only. Pause is used to show the upgrade pause status. It's view only for now.

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

Specifies which upgrade policy to use.