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

GoogleCloudRunV2ServiceScaling

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

Scaling settings applied at the service level rather than at the revision level.

interface GoogleCloudRunV2ServiceScaling {
minInstanceCount?: number;
}

§Properties

§
minInstanceCount?: number
[src]

Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving. (BETA)