k8s.io/apimachinery/pkg/util/json.Unmarshal
third-partyThe 2929th most-called third-party function by production calls. Called 379 times across 19 modules; 203 of those run outside tests and generated code.
All of k8s.io/apimachinery/pkg/util/json → Docs on pkg.go.dev ↗
- prod calls
- 203
- non-test, non-generated
- all calls
- 379
- total callsites
- modules
- 19
- distinct callers
- in loop
- 2%
- of prod calls
- in tests
- 46%
- 176 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 function43%A direct call to an exported package function, resolved by type.
- Package function (by syntax)57%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into Unmarshal from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 132 65%
- KubeVirt 19 9%
- Kyverno 16 8%
where it's called
Callsites in the wild
12 representative callsites of 379, prioritizing in-loop and non-test usage. We link to source, never display it.
-
k8s.io/apiextensions-apiserver @v0.36.3
pkg/apiserver/schema/objectmeta/coerce.go:115
in loop -
kubernetes/kubernetes @master
staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/coerce.go:115 ↗
in loop -
k8s.io/apiextensions-apiserver @v0.36.3
pkg/apiserver/schema/objectmeta/coerce.go:128
in loop -
kubernetes/kubernetes @master
staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta/coerce.go:128 ↗
in loop - in loop test
- in loop test
- in loop test
- in loop test
- in loop test
- in loop test
- in loop test
- in loop test
top callers
The modules that reach for it
The modules that call Unmarshal most in this snapshot.
- github.com/kubernetes/kubernetes12332%
- k8s.io/apiextensions-apiserver4111%
- k8s.io/apimachinery3910%
- k8s.io/kubernetes287%
- github.com/kubevirt/kubevirt277%
siblings
More from k8s.io/apimachinery/pkg/util/json
The other most-called functions in this package. See all →