withDefaultBackend
Method
interface KubernetesIngressResource { // ... omitted for brevity withDefaultBackend(endpoint: EndpointReference): KubernetesIngressResource;}Signature
method
withDefaultBackendbuilderSets the default backend for the ingress. The default backend handles requests that do not match any of the defined routing rules.
withDefaultBackend(endpoint: EndpointReference): KubernetesIngressResourceParameters
endpointEndpointReferenceReturns
KubernetesIngressResourceApplies to
This method applies to the following types: