PodIP

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

PodIP represents a single IP address allocated to the pod.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

IP is the IP address assigned to the pod