addresses

@JvmName(name = "eqknvgwsfllaknsd")
suspend fun addresses(value: Output<List<String>>)
@JvmName(name = "fdeonbxlcuelpdip")
suspend fun addresses(value: List<String>)

Parameters

value

addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.


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


@JvmName(name = "yacmgyqosweyysbh")
suspend fun addresses(values: List<Output<String>>)
@JvmName(name = "qxrcoxaqebatixur")
suspend fun addresses(vararg values: String)

Parameters

values

addresses of this endpoint. For EndpointSlices of addressType "IPv4" or "IPv6", the values are IP addresses in canonical form. The syntax and semantics of other addressType values are not defined. This must contain at least one address but no more than 100. EndpointSlices generated by the EndpointSlice controller will always have exactly 1 address. No semantics are defined for additional addresses beyond the first, and kube-proxy does not look at them.