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

GoogleCloudRunV2NFSVolumeSource

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

Represents an NFS mount.

interface GoogleCloudRunV2NFSVolumeSource {
path?: string;
readOnly?: boolean;
server?: string;
}

§Properties

§
path?: string
[src]

Path that is exported by the NFS server.

§
readOnly?: boolean
[src]

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

§
server?: string
[src]

Hostname or IP address of the NFS server