externalIPs

@JvmName(name = "okuyujmbhhhgnboi")
suspend fun externalIPs(value: Output<List<String>>)
@JvmName(name = "vnsfgcmloljqqnsb")
suspend fun externalIPs(value: List<String>?)

Parameters

value

externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system.


@JvmName(name = "nxktkqdaqgvuajgb")
suspend fun externalIPs(vararg values: Output<String>)


@JvmName(name = "cnqstfxgfgbrikbt")
suspend fun externalIPs(values: List<Output<String>>)
@JvmName(name = "sushuhrexogtibwv")
suspend fun externalIPs(vararg values: String)

Parameters

values

externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system.