paths

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

Parameters

value

A collection of paths that map requests to backends.


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


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

Parameters

values

A collection of paths that map requests to backends.


@JvmName(name = "dwicnoarassjtcyu")
suspend fun paths(argument: List<suspend HTTPIngressPathArgsBuilder.() -> Unit>)
@JvmName(name = "yblfvorynraxcaqj")
suspend fun paths(vararg argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)
@JvmName(name = "mwjeeqrwxovgohda")
suspend fun paths(argument: suspend HTTPIngressPathArgsBuilder.() -> Unit)

Parameters

argument

A collection of paths that map requests to backends.