4 references to Exited
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (1)
1758if (cu.Status?.State == ContainerState.Exited)
Dcp\Model\Container.cs (1)
555|| this.Status?.State == ContainerState.Exited
Aspire.Hosting.Tests (2)
Dcp\TestKubernetesService.cs (1)
222ctr.Status.State = ContainerState.Exited;
DistributedApplicationTests.cs (1)
647redisContainer = await KubernetesHelper.GetResourceByNameMatchAsync<Container>(kubernetes, containerPattern, r => r.Status?.State == ContainerState.Exited, token).DefaultTimeout(TestConstants.DefaultOrchestratorTestLongTimeout);