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

BareMetalWorkloadNodeConfig

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

Specifies the workload node configurations.

interface BareMetalWorkloadNodeConfig {
containerRuntime?: "CONTAINER_RUNTIME_UNSPECIFIED" | "CONTAINERD";
maxPodsPerNode?: bigint;
}

§Properties

§
containerRuntime?: "CONTAINER_RUNTIME_UNSPECIFIED" | "CONTAINERD"
[src]

Specifies which container runtime will be used.

§
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.