Dcp\DcpResourceWatcher.cs (4)
128Task.Run(() => WatchKubernetesResourceAsync<ContainerExec>((t, r) => ProcessResourceChange(t, r, _resourceState.ContainerExecsMap, Model.Dcp.ContainerExecKind, (c, s) => _snapshotBuilder.ToSnapshot(c, s)))),
181else if (_resourceState.ContainerExecsMap.TryGetValue(entry.ResourceName, out var containerExec))
557else if (_resourceState.ContainerExecsMap.TryGetValue(resourceName, out var containerExec))
943"ContainerExec" => _resourceState.ContainerExecsMap.TryGetValue(resourceName, out var containerExec) ? containerExec : null,