Skip to content
Docs Try Aspire
Docs Try

KubernetesIngressResource.withDefaultBackend

Method
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
interface KubernetesIngressResource {
// ... omitted for brevity
withDefaultBackend(endpoint: EndpointReference): KubernetesIngressResource;
}

Signature

method withDefaultBackend builder
Sets the default backend for a Kubernetes Ingress
withDefaultBackend(endpoint: EndpointReference): KubernetesIngressResource
endpoint EndpointReference
KubernetesIngressResource

Defined on

This method is defined on the following type: