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

SkaffoldGCSSource

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

Cloud Storage bucket containing Skaffold Config modules.

interface SkaffoldGCSSource {
path?: string;
source?: string;
}

§Properties

§
path?: string
[src]

Optional. Relative path from the source to the Skaffold file.

§
source?: string
[src]

Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".