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.
1 parent a824939 commit 6d63ff7Copy full SHA for 6d63ff7
test/integration/framework/goleak.go
@@ -80,6 +80,8 @@ var (
80
goleak.IgnoreTopFunction("k8s.io/client-go/util/workqueue.(*delayingType[...]).waitingLoop"),
81
// created by: k8s.io/client-go/util/workqueue.newQueue[...]
82
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"),
85
86
// unknown
87
// created by: net/http.(*Transport).dialConn
0 commit comments