PodIPArgs

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

PodIP represents a single IP address allocated to the pod.

Constructors

Link copied to clipboard
fun PodIPArgs(ip: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val ip: Output<String>? = null

IP is the IP address assigned to the pod