routes

@JvmName(name = "mtrhppookatbuyjh")
suspend fun routes(vararg values: Output<AppSpecFunctionRouteArgs>)


@JvmName(name = "odjmdjcotsvocvds")
suspend fun routes(value: Output<List<AppSpecFunctionRouteArgs>>)
@JvmName(name = "mungkhlmbptmusan")
suspend fun routes(value: List<AppSpecFunctionRouteArgs>?)

Deprecated

Service level routes are deprecated in favor of ingresses

Parameters

value

An HTTP paths that should be routed to this component.


@JvmName(name = "sjeqenxhicltbbik")
suspend fun routes(values: List<Output<AppSpecFunctionRouteArgs>>)
@JvmName(name = "ohgbaqsehvqbvuli")
suspend fun routes(vararg values: AppSpecFunctionRouteArgs)

Deprecated

Service level routes are deprecated in favor of ingresses

Parameters

values

An HTTP paths that should be routed to this component.


@JvmName(name = "tjlfsrbddklblmap")
suspend fun routes(argument: List<suspend AppSpecFunctionRouteArgsBuilder.() -> Unit>)
@JvmName(name = "iuixgwisdygdlhdh")
suspend fun routes(vararg argument: suspend AppSpecFunctionRouteArgsBuilder.() -> Unit)
@JvmName(name = "iswdbwiexvkvrarx")
suspend fun routes(argument: suspend AppSpecFunctionRouteArgsBuilder.() -> Unit)

Deprecated

Service level routes are deprecated in favor of ingresses

Parameters

argument

An HTTP paths that should be routed to this component.