defaultBackend

@JvmName(name = "kywlufrxmbeejjwi")
suspend fun defaultBackend(value: Output<IngressBackendPatchArgs>)
@JvmName(name = "exgtbykwsassmudv")
suspend fun defaultBackend(value: IngressBackendPatchArgs?)

Parameters

value

defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.


@JvmName(name = "hloerplloksictkt")
suspend fun defaultBackend(argument: suspend IngressBackendPatchArgsBuilder.() -> Unit)

Parameters

argument

defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller.