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

BareMetalIslandModeCidrConfig

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

Specifies the cluster CIDR configuration while running in island mode.

interface BareMetalIslandModeCidrConfig {
podAddressCidrBlocks?: string[];
serviceAddressCidrBlocks?: string[];
}

§Properties

§
podAddressCidrBlocks?: string[]
[src]

Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.

§
serviceAddressCidrBlocks?: string[]
[src]

Required. All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.