k8s.io/client-go/util/workqueue.NewTypedRateLimitingQueueWithConfig
third-partyThe 2524th most-called third-party function by production calls. Called 282 times across 17 modules; 238 of those run outside tests and generated code.
All of k8s.io/client-go/util/workqueue → Docs on pkg.go.dev ↗
- prod calls
- 238
- non-test, non-generated
- all calls
- 282
- total callsites
- modules
- 17
- distinct callers
- in loop
- 0%
- of prod calls
- in tests
- 16%
- 44 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 184 77%
- Kyverno 19 8%
- Argo 5 2%
- Cilium 4 2%
- Grafana 3 1%
where it's called
Callsites in the wild
12 representative callsites of 282, prioritizing in-loop and non-test usage. We link to source, never display it.
-
cert-manager/cert-manager @v1.21.1
pkg/controller/certificatesigningrequests/selfsigned/checks_test.go:136 ↗
in loop test -
kubernetes/kubernetes @master
in loop test -
k8s.io/kube-aggregator @v0.36.3
pkg/controllers/autoregister/autoregister_controller_test.go:319
in loop test -
k8s.io/kubernetes @v1.36.3
pkg/kubelet/logs/container_log_manager_test.go:426
in loop test - in loop test
- in loop test
-
k8s.io/kubernetes @v1.36.3
pkg/controller/cronjob/cronjob_controllerv2_test.go:1652
in loop test - 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.36.3
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/kubernetes10638%
- k8s.io/kubernetes6523%
- github.com/kyverno/kyverno259%
- github.com/cert-manager/cert-manager186%
- sigs.k8s.io/controller-runtime145%