paths

@JvmName(name = "jtllsscrdsqlnjjh")
suspend fun paths(value: Output<List<HTTPIngressPathArgs>>)
@JvmName(name = "vlrmhrblljtrcfqg")
suspend fun paths(value: List<HTTPIngressPathArgs>)

Parameters

value

paths is a collection of paths that map requests to backends.


@JvmName(name = "gwhwsshbymbadpxf")
suspend fun paths(vararg values: Output<HTTPIngressPathArgs>)


@JvmName(name = "xsnrkwbylhgvqwjg")
suspend fun paths(values: List<Output<HTTPIngressPathArgs>>)
@JvmName(name = "cqusvobcqnrjmnex")
suspend fun paths(vararg values: HTTPIngressPathArgs)

Parameters

values

paths is a collection of paths that map requests to backends.


@JvmName(name = "fydcxtgxxkthntfy")
suspend fun paths(argument: List<suspend HTTPIngressPathArgsBuilder.() -> Unit>)
@JvmName(name = "qulxfobfaxwxxato")
suspend fun paths(vararg argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)
@JvmName(name = "wxawiavtngbfcoxp")
suspend fun paths(argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)

Parameters

argument

paths is a collection of paths that map requests to backends.