defaultUrlRedirect property

HttpRedirectAction? defaultUrlRedirect
getter/setter pair

When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.

Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy.

Implementation

HttpRedirectAction? defaultUrlRedirect;