1 write to _kubeconfigPath
aspire (1)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (1)
213
_kubeconfigPath
= kubeconfigPath;
2 references to _kubeconfigPath
aspire (2)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (2)
320
return await DcpKubeconfig.ReadFileWithRetryAsync(
_kubeconfigPath
, cancellationToken: cancellationToken).ConfigureAwait(false);
383
while (!File.Exists(
_kubeconfigPath
))