runtimeclass-debugger/pkg/bridge
lakshit verma c2661f7c75
bridge: make the cache-sync channel buffered to avoid a goroutine leak
On timeout the manager goroutine still finishes WaitForCacheSync and
closes the synced channel, but nobody reads it: on an unbuffered channel
that close blocks forever. A buffer of one lets the goroutine finish.
2026-08-08 01:04:50 +05:30
..
localstore.go runtimeclass-debugger: edge-node diagnostic tool for the KubeEdge RuntimeClass path 2026-08-08 00:35:22 +05:30
localstore_test.go runtimeclass-debugger: edge-node diagnostic tool for the KubeEdge RuntimeClass path 2026-08-08 00:35:22 +05:30
lookup.go bridge: make the cache-sync channel buffered to avoid a goroutine leak 2026-08-08 01:04:50 +05:30
lookup_test.go runtimeclass-debugger: edge-node diagnostic tool for the KubeEdge RuntimeClass path 2026-08-08 00:35:22 +05:30