PodIPArgs

data class PodIPArgs(val ip: Output<String>) : ConvertibleToJava<PodIPArgs>

PodIP represents a single IP address allocated to the pod.

Constructors

Link copied to clipboard
constructor(ip: Output<String>)

Properties

Link copied to clipboard
val ip: Output<String>

IP is the IP address assigned to the pod

Functions

Link copied to clipboard
open override fun toJava(): PodIPArgs