Implemented interface member:
method
ListAsync<T>
Aspire.Hosting.Dcp.IKubernetesService.ListAsync<T>(System.String, System.Threading.CancellationToken)
9 references to ListAsync
Aspire.Hosting.Tests (9)
Dcp\KubernetesServiceTests.cs (9)
36
var listTask = service.
ListAsync
<Container>(cancellationToken: cts.Token);
57
var listTask = service.
ListAsync
<Container>(cancellationToken: cts.Token);
84
var listTask = service.
ListAsync
<Container>(cancellationToken: cts.Token);
107
var result = await service.
ListAsync
<Container>(cancellationToken: cts.Token);
112
() => service.
ListAsync
<Container>(cancellationToken: cts.Token));
128
Assert.Empty(await service.
ListAsync
<Container>(cancellationToken: cts.Token));
132
() => service.
ListAsync
<Container>(cancellationToken: cts.Token));
160
Assert.Empty(await service.
ListAsync
<Container>(cancellationToken: cts.Token));
185
var listTask = service.
ListAsync
<Container>(cancellationToken: cts.Token);