Skip to content

Commit 6d63ff7

Browse files
committed
Add new leak source
Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent a824939 commit 6d63ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/framework/goleak.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ var (
8080
goleak.IgnoreTopFunction("k8s.io/client-go/util/workqueue.(*delayingType[...]).waitingLoop"),
8181
// created by: k8s.io/client-go/util/workqueue.newQueue[...]
8282
goleak.IgnoreTopFunction("k8s.io/client-go/util/workqueue.(*Typed[...]).updateUnfinishedWorkLoop"),
83+
// created by: github.com/kcp-dev/apimachinery/v2/third_party/informers.newScopedSharedIndexInformerWithContext
84+
goleak.IgnoreTopFunction("github.com/kcp-dev/apimachinery/v2/third_party/informers.newScopedSharedIndexInformerWithContext.func1"),
8385

8486
// unknown
8587
// created by: net/http.(*Transport).dialConn

0 commit comments

Comments
 (0)