PodIP

data class PodIP(val ip: String)

PodIP represents a single IP address allocated to the pod.

Constructors

Link copied to clipboard
constructor(ip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String

IP is the IP address assigned to the pod