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

PipelineCondition

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

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

interface PipelineCondition {
pipelineReadyCondition?: PipelineReadyCondition;
targetsPresentCondition?: TargetsPresentCondition;
targetsTypeCondition?: TargetsTypeCondition;
}

§Properties

§
pipelineReadyCondition?: PipelineReadyCondition
[src]

Details around the Pipeline's overall status.

§
targetsPresentCondition?: TargetsPresentCondition
[src]

Details around targets enumerated in the pipeline.

§
targetsTypeCondition?: TargetsTypeCondition
[src]

Details on the whether the targets enumerated in the pipeline are of the same type.