We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc38a77 commit 071c3a2Copy full SHA for 071c3a2
pkg/cache/internal/cache_reader.go
@@ -86,7 +86,7 @@ func (c *CacheReader) Get(_ context.Context, key client.ObjectKey, out runtime.O
86
}
87
88
// List lists items out of the indexer and writes them to out
89
-func (c *CacheReader) List(ctx context.Context, opts *client.ListOptions, out runtime.Object) error {
+func (c *CacheReader) List(_ context.Context, opts *client.ListOptions, out runtime.Object) error {
90
var objs []interface{}
91
var err error
92
0 commit comments