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

BareMetalAdminMaintenanceConfig

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

BareMetalAdminMaintenanceConfig specifies configurations to put bare metal Admin cluster CRs nodes in and out of maintenance.

interface BareMetalAdminMaintenanceConfig {
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.