k8s.io/apimachinery/pkg/api/meta.FindStatusCondition
third-partyThe 8979th most-called third-party function by production calls. Called 148 times across 11 modules; 66 of those run outside tests and generated code.
All of k8s.io/apimachinery/pkg/api/meta → Docs on pkg.go.dev ↗
- prod calls
- 66
- non-test, non-generated
- all calls
- 148
- total callsites
- modules
- 11
- distinct callers
- in loop
- 5%
- of prod calls
- in tests
- 55%
- 82 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 FindStatusCondition from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 23 35%
- Flux 18 27%
- KubeVirt 6 9%
- Kyverno 4 6%
- Cilium 1 2%
where it's called
Callsites in the wild
12 representative callsites of 148, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
k8s.io/kubernetes @v1.36.3
pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go:1680
in loop -
kubernetes/kubernetes @master
pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go:2008 ↗
in loop - in loop test
- in loop test
- in loop test
- in loop test
- in loop test
- in loop test
- in loop test
-
k8s.io/apimachinery @v0.36.3
pkg/api/meta/conditions_test.go:196
in loop test - in loop test
top callers
The modules that reach for it
The modules that call FindStatusCondition most in this snapshot.
- github.com/kubevirt/kubevirt2416%
- kubevirt.io/kubevirt2416%
- github.com/kubernetes/kubernetes2215%
- github.com/cloudnative-pg/cloudnative-pg2114%
- github.com/fluxcd/flux2/v21812%
siblings
More from k8s.io/apimachinery/pkg/api/meta
The other most-called functions in this package. See all →