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

SkaffoldGCBRepoSource

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

Cloud Build V2 Repository containing Skaffold Configs.

interface SkaffoldGCBRepoSource {
path?: string;
ref?: string;
repository?: string;
}

§Properties

§
path?: string
[src]

Optional. Relative path from the repository root to the Skaffold Config file.

§
ref?: string
[src]

Optional. Branch or tag to use when cloning the repository.

§
repository?: string
[src]

Required. Name of the Cloud Build V2 Repository. Format is projects/{project}/locations/{location}/connections/{connection}/repositories/{repository}.