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

RepairPhase

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

RepairPhase tracks the repair attempts that have been made for each RepairMode specified in the Automation resource.

interface RepairPhase {
readonly retry?: RetryPhase;
readonly rollback?: RollbackAttempt;
}

§Properties

§
readonly retry?: RetryPhase
[src]

Output only. Records of the retry attempts for retry repair mode.

§
readonly rollback?: RollbackAttempt
[src]

Output only. Rollback attempt for rollback repair mode .