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

SkaffoldGitSource

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

Git repository containing Skaffold Config modules.

interface SkaffoldGitSource {
path?: string;
ref?: string;
repo?: string;
}

§Properties

§
path?: string
[src]

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

§
ref?: string
[src]

Optional. Git branch or tag to use when cloning the repository.

§
repo?: string
[src]

Required. Git repository the package should be cloned from.