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

VmwareAutoRepairConfig

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

Specifies config to enable/disable auto repair. The cluster-health-controller is deployed only if Enabled is true.

interface VmwareAutoRepairConfig {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Whether auto repair is enabled.