paths

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "qoixxkexaewplser")
suspend fun paths(argument: List<suspend HTTPIngressPathArgsBuilder.() -> Unit>)
@JvmName(name = "tqtgyllnqnysxbgm")
suspend fun paths(vararg argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)
@JvmName(name = "lnltmgnhqepvghcl")
suspend fun paths(argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)

Parameters

argument

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