2 references to KubernetesService
Aspire.Hosting.Tests (2)
DistributedApplicationTests.cs (2)
1189
Assert.Empty(await
KubernetesService
!.ListAsync<Container>(cancellationToken: cancellationToken));
1194
Assert.NotEmpty(await
KubernetesService
!.ListAsync<Container>(cancellationToken: cancellationToken));