k8s.io/apimachinery/pkg/util/validation.IsDNS1123Subdomain
third-partyThe 6184th most-called third-party function by production calls. Called 101 times across 25 modules; 96 of those run outside tests and generated code.
All of k8s.io/apimachinery/pkg/util/validation → Docs on pkg.go.dev ↗
- prod calls
- 96
- non-test, non-generated
- all calls
- 101
- total callsites
- modules
- 25
- distinct callers
- in loop
- 23%
- of prod calls
- in tests
- 5%
- 5 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 function38%A direct call to an exported package function, resolved by type.
- Package function (by syntax)62%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into IsDNS1123Subdomain from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 69 72%
- Cilium 3 3%
- KubeVirt 3 3%
- Helm 2 2%
- Velero 1 1%
where it's called
Callsites in the wild
12 representative callsites of 101, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
kubevirt/kubevirt @v1.9.0
pkg/virt-api/webhooks/validating-webhook/admitters/vmi-create-admitter.go:1346 ↗
in loop -
kubevirt.io/kubevirt @v1.9.0
pkg/virt-api/webhooks/validating-webhook/admitters/vmi-create-admitter.go:1346
in loop -
k8s.io/kubernetes @v1.36.3
pkg/apis/core/validation/names.go:91
in loop -
k8s.io/apiserver @v0.36.3
pkg/util/webhook/validation.go:108
in loop - in loop
- in loop
-
k8s.io/kubernetes @v1.36.3
pkg/apis/networking/validation/validation.go:342
in loop -
k8s.io/kubernetes @v1.36.3
cmd/kubeadm/app/apis/kubeadm/validation/validation.go:374
in loop - in loop
top callers
The modules that reach for it
The modules that call IsDNS1123Subdomain most in this snapshot.
- github.com/kubernetes/kubernetes3131%
- k8s.io/kubernetes2424%
- k8s.io/apimachinery66%
- github.com/kubesphere/kubesphere44%
- github.com/cilium/cilium33%
siblings
More from k8s.io/apimachinery/pkg/util/validation
The other most-called functions in this package. See all →