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.
2 parents a7508de + bbcaf6a commit 45e166dCopy full SHA for 45e166d
pkg/cache/internal/cache_reader.go
@@ -36,7 +36,7 @@ import (
36
// CacheReader is a client.Reader.
37
var _ client.Reader = &CacheReader{}
38
39
-// CacheReader wraps a cache.Index to implement the client.CacheReader interface for a single type.
+// CacheReader wraps a cache.Index to implement the client.Reader interface for a single type.
40
type CacheReader struct {
41
// indexer is the underlying indexer wrapped by this cache.
42
indexer cache.Indexer
0 commit comments