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

ContaineranalysisGoogleDevtoolsCloudbuildV1Volume

import type { ContaineranalysisGoogleDevtoolsCloudbuildV1Volume } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Volume describes a Docker container volume which is mounted into build steps in order to persist files across build step execution.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1Volume {
name?: string;
path?: string;
}

§Properties

§
name?: string
[src]

Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.

§
path?: string
[src]

Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.