PodIP

data class PodIP(val ip: String? = null)

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.

Constructors

Link copied to clipboard
constructor(ip: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

ip is an IP address (IPv4 or IPv6) assigned to the pod