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

GoogleCloudRunV2RevisionScaling

import type { GoogleCloudRunV2RevisionScaling } from "https://googleapis.deno.dev/v1/run:v2.ts";

Settings for revision-level scaling settings.

interface GoogleCloudRunV2RevisionScaling {
maxInstanceCount?: number;
minInstanceCount?: number;
}

§Properties

§
maxInstanceCount?: number
[src]

Optional. Maximum number of serving instances that this resource should have.

§
minInstanceCount?: number
[src]

Optional. Minimum number of serving instances that this resource should have.