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

RepairPhaseConfig

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

Configuration of the repair phase.

interface RepairPhaseConfig {
retry?: Retry;
rollback?: Rollback;
}

§Properties

§
retry?: Retry
[src]

Optional. Retries a failed job.

§
rollback?: Rollback
[src]

Optional. Rolls back a Rollout.