paths

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

Parameters

value

A collection of paths that map requests to backends.


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


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

Parameters

values

A collection of paths that map requests to backends.


@JvmName(name = "rlbonwqtjtvmwlxe")
suspend fun paths(argument: List<suspend HTTPIngressPathArgsBuilder.() -> Unit>)
@JvmName(name = "xlhvtvkevhgjawwr")
suspend fun paths(vararg argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)
@JvmName(name = "robvipvdqwndegfu")
suspend fun paths(argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)

Parameters

argument

A collection of paths that map requests to backends.