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

CustomTargetSkaffoldActions

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

CustomTargetSkaffoldActions represents the CustomTargetType configuration using Skaffold custom actions.

interface CustomTargetSkaffoldActions {
deployAction?: string;
includeSkaffoldModules?: SkaffoldModules[];
renderAction?: string;
}

§Properties

§
deployAction?: string
[src]

Required. The Skaffold custom action responsible for deploy operations.

§
includeSkaffoldModules?: SkaffoldModules[]
[src]

Optional. List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose.

§
renderAction?: string
[src]

Optional. The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy will perform the render operations via skaffold render.