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

AssociatedEntities

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

Information about entities associated with a Target.

interface AssociatedEntities {
anthosClusters?: AnthosCluster[];
gkeClusters?: GkeCluster[];
}

§Properties

§
anthosClusters?: AnthosCluster[]
[src]

Optional. Information specifying Anthos clusters as associated entities.

§
gkeClusters?: GkeCluster[]
[src]

Optional. Information specifying GKE clusters as associated entities.