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

CustomCanaryDeployment

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

CustomCanaryDeployment represents the custom canary deployment configuration.

interface CustomCanaryDeployment {
phaseConfigs?: PhaseConfig[];
}

§Properties

§
phaseConfigs?: PhaseConfig[]
[src]

Required. Configuration for each phase in the canary deployment in the order executed.