defaultBackend property

IngressBackend? defaultBackend
final

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.

Implementation

final IngressBackend? defaultBackend;