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

VmwareNodePoolAutoscalingConfig

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

NodePoolAutoscaling config for the NodePool to allow for the kubernetes to scale NodePool.

interface VmwareNodePoolAutoscalingConfig {
maxReplicas?: number;
minReplicas?: number;
}

§Properties

§
maxReplicas?: number
[src]

Maximum number of replicas in the NodePool.

§
minReplicas?: number
[src]

Minimum number of replicas in the NodePool.