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

SkaffoldModules

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

Skaffold Config modules and their remote source.

interface SkaffoldModules {
configs?: string[];
googleCloudBuildRepo?: SkaffoldGCBRepoSource;
googleCloudStorage?: SkaffoldGCSSource;
}

§Properties

§
configs?: string[]
[src]

Optional. The Skaffold Config modules to use from the specified source.

§

Remote git repository containing the Skaffold Config modules.

§
googleCloudBuildRepo?: SkaffoldGCBRepoSource
[src]

Cloud Build V2 repository containing the Skaffold Config modules.

§
googleCloudStorage?: SkaffoldGCSSource
[src]

Cloud Storage bucket containing the Skaffold Config modules.