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