Skip to content

Commit 15d6f1d

Browse files
Update pkg/cache/internal/informers.go
Co-authored-by: Stefan Büringer <[email protected]>
1 parent 35b504b commit 15d6f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cache/internal/informers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func (ip *Informers) Peek(gvk schema.GroupVersionKind, obj runtime.Object) (res
256256

257257
// Get will create a new Informer and add it to the map of specificInformersMap if none exists. Returns
258258
// the Informer from the map.
259-
func (ip *Informers) Get(ctx context.Context, gvk schema.GroupVersionKind, obj runtime.Object, cfg *GetOptions) (bool, *Cache, error) {
259+
func (ip *Informers) Get(ctx context.Context, gvk schema.GroupVersionKind, obj runtime.Object, opts *GetOptions) (bool, *Cache, error) {
260260
// Return the informer if it is found
261261
i, started, ok := ip.Peek(gvk, obj)
262262
if !ok {

0 commit comments

Comments
 (0)