k8s.io/client-go/util/workqueue.NewTypedRateLimitingQueueWithConfig
third-partyThe 2491st most-called third-party function by production calls. Called 295 times across 19 modules; 246 of those run outside tests and generated code.
2% in production calls vs 2026-W37 (241 → 246)
All of k8s.io/client-go/util/workqueue → Docs on pkg.go.dev ↗
- prod calls
- 246
- non-test, non-generated
- all calls
- 295
- total callsites
- modules
- 19
- distinct callers
- in loop
- 0%
- of prod calls
- in tests
- 17%
- 49 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function1%A direct call to an exported package function, resolved by type.
- Package function (by syntax)99%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into NewTypedRateLimitingQueueWithConfig from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 191 78%
- Kyverno 19 8%
- Argo 5 2%
- Cilium 4 2%
- Grafana 3 1%
where it's called
Callsites in the wild
12 representative callsites of 295, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cert-manager/cert-manager @v1.21.2
pkg/controller/certificatesigningrequests/selfsigned/checks_test.go:136 ↗
in loop test -
kubernetes/kubernetes @master
in loop test -
k8s.io/kube-aggregator @v0.37.0
pkg/controllers/autoregister/autoregister_controller_test.go:319
in loop test -
k8s.io/kubernetes @v1.37.0
pkg/kubelet/logs/container_log_manager_test.go:426
in loop test - in loop test
-
k8s.io/kubernetes @v1.37.0
pkg/controller/cronjob/cronjob_controllerv2_test.go:1651
in loop test - in loop test
- in loop test
-
k8s.io/kubernetes @v1.37.0
pkg/controller/resourceclaim/controller_test.go:1827
in loop test -
kubernetes/kubernetes @master
staging/src/k8s.io/cloud-provider/controllers/service/controller_test.go:2330 ↗
in loop test - in loop test
-
k8s.io/kubernetes @v1.37.0
pkg/controller/daemon/daemon_controller_test.go:2518
in loop test
top callers
The modules that reach for it
The modules that call NewTypedRateLimitingQueueWithConfig most in this snapshot.
- github.com/kubernetes/kubernetes11238%
- k8s.io/kubernetes6823%
- github.com/kyverno/kyverno279%
- github.com/cert-manager/cert-manager186%
- sigs.k8s.io/controller-runtime145%