Merge pull request #31820 from arielshaqed/patch-1

Fix golang client-go/tools/cache package name
This commit is contained in:
Kubernetes Prow Robot
2022-02-23 00:32:19 -08:00
committed by GitHub
@@ -183,7 +183,7 @@ and starting the **watch** from the `resourceVersion` that was returned.
For subscribing to collections, Kubernetes client libraries typically offer some form
of standard tool for this **list**-then-**watch** logic. (In the Go client library,
this is called a `Reflector` and is located in the `k8s.io/client-go/cache` package.)
this is called a `Reflector` and is located in the `k8s.io/client-go/tools/cache` package.)
### Watch bookmarks