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

RepairMode

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

Configuration of the repair action.

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

§Properties

§
retry?: Retry
[src]

Optional. Retries a failed job.

§
rollback?: Rollback
[src]

Optional. Rolls back a Rollout.