OBJECT

KubernetesKindPodStatusPodIPs

IP address information for entries in the (plural) PodIPs field. Each entry includes: IP: An IP address allocated to the pod. Routable at least within the cluster.

link GraphQL Schema definition

  • type KubernetesKindPodStatusPodIPs {
  • # ip is an IP address (IPv4 or IPv6) assigned to the pod
  • ip: String
  • }