1 write to Server
aspire (1)
Utils\EnvironmentChecker\DcpKubeconfig.cs (1)
80Server = serverUri,
5 references to Server
aspire (3)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (3)
54BaseAddress = kubeconfig.Server, 63using var response = await client.GetAsync(new Uri(kubeconfig.Server, "/version"), timeoutCts.Token).ConfigureAwait(false); 334using var request = new HttpRequestMessage(HttpMethod.Patch, new Uri(kubeconfig.Server, "/admin/execution"))
Aspire.Cli.Tests (2)
Utils\DcpConnectionHealthCheckTests.cs (2)
180Assert.Equal(new Uri("https://127.0.0.1:12345"), parsed.Server); 211Assert.Equal(new Uri("https://127.0.0.1:12345"), parsed.Server);