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