7 references to DcpKubeconfigPath
Aspire.Hosting (6)
Dcp\DcpHost.cs (1)
303var arguments = $"start-apiserver --monitor {Environment.ProcessId} --detach --kubeconfig \"{locations.DcpKubeconfigPath}\"";
Dcp\KubernetesService.cs (5)
569locations.DcpKubeconfigPath, 605using var activity = ProfilingTelemetry.StartDcpEnsureKubernetesClient(configuration, File.Exists(locations.DcpKubeconfigPath)); 622var fileInfo = new FileInfo(locations.DcpKubeconfigPath); 626fileInfo = new FileInfo(locations.DcpKubeconfigPath); 646locations.DcpKubeconfigPath,
Aspire.Hosting.Tests (1)
Dcp\KubernetesServiceTests.cs (1)
225return (service, locations.DcpKubeconfigPath, fileSystem);