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

ReleaseCondition

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

ReleaseCondition contains all conditions relevant to a Release.

interface ReleaseCondition {
releaseReadyCondition?: ReleaseReadyCondition;
skaffoldSupportedCondition?: SkaffoldSupportedCondition;
}

§Properties

§
releaseReadyCondition?: ReleaseReadyCondition
[src]

Details around the Releases's overall status.

§
skaffoldSupportedCondition?: SkaffoldSupportedCondition
[src]

Details around the support state of the release's Skaffold version.