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

BareMetalMaintenanceConfig

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

Specifies configurations to put bare metal nodes in and out of maintenance.

interface BareMetalMaintenanceConfig {
maintenanceAddressCidrBlocks?: string[];
}

§Properties

§
maintenanceAddressCidrBlocks?: string[]
[src]

Required. All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.