k8s.io/apimachinery/pkg/util/runtime.HandleCrash
third-partyThe 2786th most-called third-party function by production calls. Called 221 times across 36 modules; 217 of those run outside tests and generated code.
15% in production calls vs 2026-W37 (255 → 217)
All of k8s.io/apimachinery/pkg/util/runtime → Docs on pkg.go.dev ↗
- prod calls
- 217
- non-test, non-generated
- all calls
- 221
- total callsites
- modules
- 36
- distinct callers
- in loop
- 5%
- of prod calls
- in tests
- 2%
- 4 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 function29%A direct call to an exported package function, resolved by type.
- Package function (by syntax)71%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into HandleCrash from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 129 59%
- Longhorn 38 18%
- containerd 7 3%
- Cilium 5 2%
- KubeVirt 5 2%
where it's called
Callsites in the wild
12 representative callsites of 221, prioritizing in-loop and non-test usage. We link to source, never display it.
-
k8s.io/kubernetes @v1.37.0
pkg/proxy/runner/bounded_frequency_runner.go:118
in loop - in loop
-
kubernetes/kubernetes @master
staging/src/k8s.io/apiserver/plugin/pkg/audit/buffered/buffered.go:123 ↗
in loop -
k8s.io/apiserver @v0.37.0
plugin/pkg/audit/buffered/buffered.go:123
in loop -
kubernetes/kubernetes @master
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/dispatcher.go:143 ↗
in loop -
k8s.io/apiserver @v0.37.0
pkg/admission/plugin/webhook/validating/dispatcher.go:143
in loop -
k8s.io/apiserver @v0.37.0
plugin/pkg/audit/buffered/buffered.go:172
in loop -
kubernetes/kubernetes @master
staging/src/k8s.io/apiserver/plugin/pkg/audit/buffered/buffered.go:172 ↗
in loop -
kubernetes/kubernetes @master
staging/src/k8s.io/dynamic-resource-allocation/resourceslice/tracker/tracker.go:329 ↗
in loop - in loop
-
k8s.io/kubernetes @v1.37.0
pkg/scheduler/util/assumecache/assume_cache.go:560
in loop -
top callers
The modules that reach for it
The modules that call HandleCrash most in this snapshot.
- k8s.io/kubernetes5023%
- github.com/kubernetes/kubernetes4822%
- github.com/longhorn/longhorn-manager3817%
- k8s.io/apiserver136%
- k8s.io/apiextensions-apiserver84%
siblings
More from k8s.io/apimachinery/pkg/util/runtime
The other most-called functions in this package. See all →