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

GoogleCloudRunV2VolumeMount

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

VolumeMount describes a mounting of a Volume within a container.

interface GoogleCloudRunV2VolumeMount {
mountPath?: string;
name?: string;
}

§Properties

§
mountPath?: string
[src]

Required. Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be /cloudsql. All instances defined in the Volume will be available as /cloudsql/[instance]. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run

§
name?: string
[src]

Required. This must match the Name of a Volume.