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

PipelineReadyCondition

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

PipelineReadyCondition contains information around the status of the Pipeline.

interface PipelineReadyCondition {
status?: boolean;
updateTime?: Date;
}

§Properties

§
status?: boolean
[src]

True if the Pipeline is in a valid state. Otherwise at least one condition in PipelineCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.

§
updateTime?: Date
[src]

Last time the condition was updated.