Class GkePodInfo (1.35.0)

GkePodInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
pod_uri str
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}
ip_address str
IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace.
network_uri str
URI of the network containing the GKE Pod.