PodIPArgs

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

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: Output<String>? = null)

Properties

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

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

Functions

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