ingress

@JvmName(name = "fcknuatxxlrsgljv")
suspend fun ingress(value: Output<List<LoadBalancerIngressArgs>>)
@JvmName(name = "dkycwayqgbijhuip")
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 = "wqadonwayurlnkbb")
suspend fun ingress(vararg values: Output<LoadBalancerIngressArgs>)


@JvmName(name = "rvlepmfykndhuoon")
suspend fun ingress(values: List<Output<LoadBalancerIngressArgs>>)
@JvmName(name = "kchxdwdbjekeoxtm")
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 = "chfciswvduqeueof")
suspend fun ingress(argument: List<suspend LoadBalancerIngressArgsBuilder.() -> Unit>)
@JvmName(name = "pvnnchsdmmuodchr")
suspend fun ingress(vararg argument: suspend LoadBalancerIngressArgsBuilder.() -> Unit)
@JvmName(name = "hbikrouakcjrrgex")
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.