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

AnthosCluster

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

Information specifying an Anthos Cluster.

interface AnthosCluster {
membership?: string;
}

§Properties

§
membership?: string
[src]

Optional. Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is projects/{project}/locations/{location}/memberships/{membership_name}.