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

GoogleCloudRunV2GCSVolumeSource

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

Represents a volume backed by a Cloud Storage bucket using Cloud Storage FUSE.

interface GoogleCloudRunV2GCSVolumeSource {
bucket?: string;
readOnly?: boolean;
}

§Properties

§
bucket?: string
[src]

Cloud Storage Bucket name.

§
readOnly?: boolean
[src]

If true, the volume will be mounted as read only for all mounts.