1 instantiation of HttpRouteMatchV1
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
1144
rule.Matches.Add(new
HttpRouteMatchV1
2 references to HttpRouteMatchV1
Aspire.Hosting.Kubernetes (1)
Resources\HttpRouteV1.cs (1)
72
public List<
HttpRouteMatchV1
> Matches { get; } = [];
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesGatewayTests.cs (1)
484
var
match = Assert.Single(rule.Matches);