3 references to PrimaryEndpoint
Aspire.Hosting.Kubernetes.Tests (3)
KubernetesDeployTests.cs (3)
1721
var httpEndpoint = env.Dashboard.Resource.
PrimaryEndpoint
;
1880
Assert.NotNull(dashboard.
PrimaryEndpoint
);
1883
Assert.Equal("http", dashboard.
PrimaryEndpoint
.EndpointName);