Skip to content

Commit 9d45d96

Browse files
committed
Fix golang client-go/tools/cache package name
Documentation shows incorrect package name, I believe it should refer to [`client-go/ools/cache`](https://pkg.go.dev/k8s.io/client-go/tools/cache).
1 parent 3aea799 commit 9d45d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ and starting the **watch** from the `resourceVersion` that was returned.
183183

184184
For subscribing to collections, Kubernetes client libraries typically offer some form
185185
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.)
186+
this is called a `Reflector` and is located in the `k8s.io/client-go/tools/cache` package.)
187187

188188
### Watch bookmarks
189189

0 commit comments

Comments
 (0)