k8s.io/apimachinery/third_party/forked/golang/reflect.Equalities.DeepEqual
third-partyThe 2483rd most-called third-party method by production calls. Called 696 times across 37 modules; 243 of those run outside tests and generated code.
All of k8s.io/apimachinery/third_party/forked/golang/reflect → Docs on pkg.go.dev ↗
- prod calls
- 243
- non-test, non-generated
- all calls
- 696
- total callsites
- modules
- 37
- distinct callers
- in loop
- 18%
- of prod calls
- in tests
- 21%
- 148 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 →
- Concrete method<1%A method on a value whose type is known exactly.
- Embedded method100%Reached through an embedded type.
who calls this
Notable callers
Production calls into Equalities.DeepEqual from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 81 33%
- Tailscale 18 7%
- External Secrets 7 3%
- Velero 3 1%
- Kyverno 2 <1%
where it's called
Callsites in the wild
12 representative callsites of 696, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
knative.dev/pkg @v0.0.0-20260727151759-521cb33b33dd
webhook/psbinding/reconciler.go:400
in loop -
k8s.io/apiserver @v0.36.3
pkg/admission/testing/helpers.go:65
in loop - in loop
- in loop
-
tailscale.com @v1.102.2
cmd/k8s-operator/api-server-proxy-pg.go:403
in loop - in loop
- in loop
-
k8s.io/apiserver @v0.36.3
pkg/endpoints/handlers/fieldmanager/equality.go:105
in loop - in loop
top callers
The modules that reach for it
The modules that call Equalities.DeepEqual most in this snapshot.
- k8s.io/code-generator25937%
- k8s.io/apiserver568%
- github.com/tektoncd/pipeline446%
- k8s.io/apimachinery416%
- knative.dev/pkg416%