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