We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aea799 commit 9d45d96Copy full SHA for 9d45d96
content/en/docs/reference/using-api/api-concepts.md
@@ -183,7 +183,7 @@ and starting the **watch** from the `resourceVersion` that was returned.
183
184
For subscribing to collections, Kubernetes client libraries typically offer some form
185
of standard tool for this **list**-then-**watch** logic. (In the Go client library,
186
-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.)
187
188
### Watch bookmarks
189
0 commit comments