3 instantiations of KubernetesClientReady
Aspire.Hosting (3)
Dcp\KubernetesService.cs (3)
589return new KubernetesClientReady(WaitMilliseconds: 0, Initialized: false); 602return new KubernetesClientReady(lockWaitMilliseconds, Initialized: false); 662return new KubernetesClientReady(lockWaitMilliseconds, Initialized: true);
2 references to KubernetesClientReady
Aspire.Hosting (2)
Dcp\KubernetesService.cs (2)
471var clientReady = await EnsureKubernetesAsync(cancellationToken).ConfigureAwait(false); 582private async Task<KubernetesClientReady> EnsureKubernetesAsync(CancellationToken cancellationToken = default)