python/kubernetes/docs/V1PodIP.md
2022-10-11 20:12:42 +00:00

539 B

V1PodIP

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.

Properties

Name Type Description Notes
ip str ip is an IP address (IPv4 or IPv6) assigned to the pod [optional]

[Back to Model list] [Back to API list] [Back to README]