mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-15 14:40:37 +00:00
Automatic merge from submit-queue (batch tested with PRs 55331, 55272, 55228, 49763, 55242). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. client-go/tools/cache: fix possible deadlock when stopping a reflector While getting Connection-Refused error, a reflector was retrying without stopping when the stopCh is closed. The flaking TestCRD #54095 sometimes shows a deadlock in reflectors that should be shutdown, called from the storage cacher. So possibly this is related. Kubernetes-commit: f34d3af809169007e7f474a26751ee675c0664ac
This directory tree is generated automatically by godep. Please do not edit. See https://github.com/tools/godep for more information.