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

StaticCluster

import type { StaticCluster } from "https://googleapis.deno.dev/v1/trafficdirector:v3.ts";

Describes a statically loaded cluster.

interface StaticCluster {
cluster?: {
[key: string]: any;
}
;
lastUpdated?: Date;
}

§Properties

§
cluster?: {
[key: string]: any;
}
[src]

The cluster config.

§
lastUpdated?: Date
[src]

The timestamp when the Cluster was last updated.