4 references to ContainerExecsMap
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (4)
250Task.Run(() => WatchKubernetesResourceAsync<ContainerExec>((t, r) => ProcessResourceChange(t, r, _resourceState.ContainerExecsMap, "ContainerExec", (c, s) => _snapshotBuilder.ToSnapshot(c, s)))), 301else if (_resourceState.ContainerExecsMap.TryGetValue(entry.ResourceName, out var containerExec)) 527else if (_resourceState.ContainerExecsMap.TryGetValue(resourceName, out var containerExec)) 658"ContainerExec" => _resourceState.ContainerExecsMap.TryGetValue(resourceName, out var containerExec) ? containerExec : null,