GkePodInfo
import type { GkePodInfo } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";For display only. Metadata associated with a Google Kubernetes Engine (GKE) Pod.
interface GkePodInfo {
ipAddress?: string;
networkUri?: string;
podUri?: string;
}§Properties
§
ipAddress?: string
[src]IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.
§
podUri?: string
[src]URI of a GKE Pod. For Pods in regional Clusters, the URI format is:
projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}
For Pods in zonal Clusters, the URI format is:
projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}