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

GKEMasterInfo

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

For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.

interface GKEMasterInfo {
clusterNetworkUri?: string;
clusterUri?: string;
externalIp?: string;
internalIp?: string;
}

§Properties

§
clusterNetworkUri?: string
[src]

URI of a GKE cluster network.

§
clusterUri?: string
[src]

URI of a GKE cluster.

§
externalIp?: string
[src]

External IP address of a GKE cluster master.

§
internalIp?: string
[src]

Internal IP address of a GKE cluster master.