k8s.io/client-go/informers.NewSharedInformerFactoryWithOptions
third-partyThe 6356th most-called third-party function by production calls. Called 145 times across 29 modules; 93 of those run outside tests and generated code.
- prod calls
- 93
- non-test, non-generated
- all calls
- 145
- total callsites
- modules
- 29
- distinct callers
- in loop
- 14%
- of prod calls
- in tests
- 32%
- 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 38 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 145, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
knative.dev/pkg @v0.0.0-20260727151759-521cb33b33dd
client/injection/kube/informers/factory/filtered/fake/fake_filtered_factory.go:57
in loop - in loop
-
knative.dev/pkg @v0.0.0-20260727151759-521cb33b33dd
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/kubernetes2719%
- 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 →