6 references to Routes
Aspire.Hosting.Kubernetes (6)
KubernetesEnvironmentResource.cs (3)
982
foreach (var route in gatewayResource.
Routes
)
1090
gatewayResource.
Routes
.Any(route => route.Host is null))
1175
var routesByHost = gatewayResource.
Routes
.GroupBy(r => r.Host ?? string.Empty);
KubernetesGatewayExtensions.cs (2)
119
builder.Resource.
Routes
.Add(new GatewayRouteConfig(
158
builder.Resource.
Routes
.Add(new GatewayRouteConfig(
KubernetesGatewayResource.cs (1)
91
internal bool ShouldMaterialize =>
Routes
.Count > 0;