routes

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


@JvmName(name = "jptepolqrxyjywfy")
suspend fun routes(value: Output<List<AppSpecFunctionRouteArgs>>)
@JvmName(name = "kcwmhxijnkkwgbmw")
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 = "gsxqxemwiymgjopr")
suspend fun routes(values: List<Output<AppSpecFunctionRouteArgs>>)
@JvmName(name = "moojbsuodqkgrkds")
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 = "uilevsxkiehisfwp")
suspend fun routes(argument: List<suspend AppSpecFunctionRouteArgsBuilder.() -> Unit>)
@JvmName(name = "hstrnlqqxoacqiyt")
suspend fun routes(vararg argument: suspend AppSpecFunctionRouteArgsBuilder.() -> Unit)
@JvmName(name = "aptlgkxomotsupvm")
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.