3 references to EndpointRoutingValidation
Aspire.Hosting.Kubernetes (3)
KubernetesEnvironmentResource.cs (3)
745
EndpointRoutingValidation
.ThrowIfEndpointNotExternal(path.Endpoint, "Ingress", ingressResource.Name);
750
EndpointRoutingValidation
.ThrowIfEndpointNotExternal(defaultBackend.Endpoint, "Ingress", ingressResource.Name);
984
EndpointRoutingValidation
.ThrowIfEndpointNotExternal(route.Endpoint, "Gateway", gatewayResource.Name);