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. When unspecified, the field is set to the server default value of 100. For more information see https://cloud.google.com/run/docs/configuring/max-instances