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

TargetsTypeCondition

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

TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.

interface TargetsTypeCondition {
errorDetails?: string;
status?: boolean;
}

§Properties

§
errorDetails?: string
[src]

Human readable error message.

§
status?: boolean
[src]

True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.