Skip to content

Commit

Permalink
Re-add stop channel to informer map entry
Browse files Browse the repository at this point in the history
Signed-off-by: Max Smythe <smythe@google.com>
  • Loading branch information
maxsmythe committed Jan 24, 2023
1 parent a8e41f9 commit 2813bf3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ func (ip *specificInformersMap) addInformerToMap(gvk schema.GroupVersionKind, ob
scopeName: rm.Scope.Name(),
disableDeepCopy: ip.disableDeepCopy.IsDisabled(gvk),
},
stop: make(chan struct{}),
}
ip.informersByGVK[gvk] = i

Expand Down

0 comments on commit 2813bf3

Please sign in to comment.