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

Config

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

Service-wide configuration.

interface Config {
defaultSkaffoldVersion?: string;
name?: string;
supportedVersions?: SkaffoldVersion[];
}

§Properties

§
defaultSkaffoldVersion?: string
[src]

Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.

§
name?: string
[src]

Name of the configuration.

§
supportedVersions?: SkaffoldVersion[]
[src]

All supported versions of Skaffold.