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 {
readonly dockerVersionSupportedCondition?: ToolVersionSupportedCondition;
readonly helmVersionSupportedCondition?: ToolVersionSupportedCondition;
readonly kptVersionSupportedCondition?: ToolVersionSupportedCondition;
readonly kubectlVersionSupportedCondition?: ToolVersionSupportedCondition;
readonly kustomizeVersionSupportedCondition?: ToolVersionSupportedCondition;
releaseReadyCondition?: ReleaseReadyCondition;
skaffoldSupportedCondition?: SkaffoldSupportedCondition;
readonly skaffoldVersionSupportedCondition?: ToolVersionSupportedCondition;
}

§Properties

§
readonly dockerVersionSupportedCondition?: ToolVersionSupportedCondition
[src]

Output only. Details around the support state of the release's Docker version.

§
readonly helmVersionSupportedCondition?: ToolVersionSupportedCondition
[src]

Output only. Details around the support state of the release's Helm version.

§
readonly kptVersionSupportedCondition?: ToolVersionSupportedCondition
[src]

Output only. Details around the support state of the release's Kpt version.

§
readonly kubectlVersionSupportedCondition?: ToolVersionSupportedCondition
[src]

Output only. Details around the support state of the release's Kubectl version.

§
readonly kustomizeVersionSupportedCondition?: ToolVersionSupportedCondition
[src]

Output only. Details around the support state of the release's Kustomize version.

§
releaseReadyCondition?: ReleaseReadyCondition
[src]

Details around the Releases's overall status.

§
skaffoldSupportedCondition?: SkaffoldSupportedCondition
[src]

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

§
readonly skaffoldVersionSupportedCondition?: ToolVersionSupportedCondition
[src]

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