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

BareMetalAdminWorkloadNodeConfig

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

BareMetalAdminWorkloadNodeConfig specifies the workload node configurations.

interface BareMetalAdminWorkloadNodeConfig {
maxPodsPerNode?: bigint;
}

§Properties

§
maxPodsPerNode?: bigint
[src]

The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.