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)
36var listTask = service.ListAsync<Container>(cancellationToken: cts.Token); 57var listTask = service.ListAsync<Container>(cancellationToken: cts.Token); 84var listTask = service.ListAsync<Container>(cancellationToken: cts.Token); 107var result = await service.ListAsync<Container>(cancellationToken: cts.Token); 112() => service.ListAsync<Container>(cancellationToken: cts.Token)); 128Assert.Empty(await service.ListAsync<Container>(cancellationToken: cts.Token)); 132() => service.ListAsync<Container>(cancellationToken: cts.Token)); 160Assert.Empty(await service.ListAsync<Container>(cancellationToken: cts.Token)); 185var listTask = service.ListAsync<Container>(cancellationToken: cts.Token);