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

GoogleCloudRunV2ContainerOverride

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

Per-container override specification.

interface GoogleCloudRunV2ContainerOverride {
args?: string[];
clearArgs?: boolean;
name?: string;
}

§Properties

§
args?: string[]
[src]

Optional. Arguments to the entrypoint. Will replace existing args for override.

§
clearArgs?: boolean
[src]

Optional. True if the intention is to clear out existing args list.

§

List of environment variables to set in the container. Will be merged with existing env for override.

§
name?: string
[src]

The name of the container specified as a DNS_LABEL.