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

PhaseArtifact

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

Contains the paths to the artifacts, relative to the URI, for a phase.

interface PhaseArtifact {
readonly jobManifestsPath?: string;
readonly manifestPath?: string;
readonly skaffoldConfigPath?: string;
}

§Properties

§
readonly jobManifestsPath?: string
[src]

Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.

§
readonly manifestPath?: string
[src]

Output only. File path of the rendered manifest relative to the URI.

§
readonly skaffoldConfigPath?: string
[src]

Output only. File path of the resolved Skaffold configuration relative to the URI.