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

GoogleCloudRunV2Volume

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

Volume represents a named volume in a container.

§Properties

§

For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.

§

Ephemeral storage used as a shared volume.

§

Persistent storage backed by a Google Cloud Storage bucket.

§
name?: string
[src]

Required. Volume's name.

§

For NFS Voumes, contains the path to the nfs Volume

§

Secret represents a secret that should populate this volume.