k8s.io/client-go/informers.NewSharedInformerFactoryWithOptions
third-partyThe 6304th most-called third-party function by production calls. Called 147 times across 30 modules; 95 of those run outside tests and generated code.
No change in production calls since 2026-W37.
- prod calls
- 95
- non-test, non-generated
- all calls
- 147
- total callsites
- modules
- 30
- distinct callers
- in loop
- 14%
- of prod calls
- in tests
- 31%
- 46 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 function2%A direct call to an exported package function, resolved by type.
- Package function (by syntax)98%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into NewSharedInformerFactoryWithOptions from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 39 41%
- Traefik 12 13%
- Kyverno 6 6%
- Argo 3 3%
- Grafana 3 3%
where it's called
Callsites in the wild
12 representative callsites of 147, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
knative.dev/pkg @v0.0.0-20260918182429-5dc1978f0042
client/injection/kube/informers/factory/filtered/fake/fake_filtered_factory.go:57
in loop - in loop
-
knative.dev/pkg @v0.0.0-20260918182429-5dc1978f0042
client/injection/kube/informers/factory/filtered/filtered_factory.go:65
in loop - in loop
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call NewSharedInformerFactoryWithOptions most in this snapshot.
- github.com/kubernetes/kubernetes3121%
- k8s.io/kubernetes2819%
- github.com/traefik/traefik/v3128%
- github.com/kubernetes-sigs/external-dns96%
- sigs.k8s.io/external-dns96%
siblings
More from k8s.io/client-go/informers
The other most-called functions in this package. See all →