ingress

@JvmName(name = "bfyyuhbnmdoofoar")
suspend fun ingress(value: Output<List<LoadBalancerIngressArgs>>)
@JvmName(name = "ihtmgmfvgepajnxp")
suspend fun ingress(value: List<LoadBalancerIngressArgs>?)

Parameters

value

Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.


@JvmName(name = "muilyhfvmdkmhfxr")
suspend fun ingress(vararg values: Output<LoadBalancerIngressArgs>)


@JvmName(name = "tvvmnsacwefvkwyy")
suspend fun ingress(values: List<Output<LoadBalancerIngressArgs>>)
@JvmName(name = "bcnoxafmnyqfvsge")
suspend fun ingress(vararg values: LoadBalancerIngressArgs)

Parameters

values

Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.


@JvmName(name = "pxsxppdqicfyrfon")
suspend fun ingress(argument: List<suspend LoadBalancerIngressArgsBuilder.() -> Unit>)
@JvmName(name = "qhugciqapxllbgeb")
suspend fun ingress(vararg argument: suspend LoadBalancerIngressArgsBuilder.() -> Unit)
@JvmName(name = "vetnqfsbnjpbkhwi")
suspend fun ingress(argument: suspend LoadBalancerIngressArgsBuilder.() -> Unit)

Parameters

argument

Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.