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

BareMetalParallelUpgradeConfig

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

BareMetalParallelUpgradeConfig defines the parallel upgrade settings for worker node pools.

interface BareMetalParallelUpgradeConfig {
concurrentNodes?: number;
minimumAvailableNodes?: number;
}

§Properties

§
concurrentNodes?: number
[src]

The maximum number of nodes that can be upgraded at once.

§
minimumAvailableNodes?: number
[src]

The minimum number of nodes that should be healthy and available during an upgrade. If set to the default value of 0, it is possible that none of the nodes will be available during an upgrade.