mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-03 14:10:51 -05:00
Callers are required to implement their interfaces, removes the potential for mistakes. We have a reflective test pkg/api/meta_test.go#TestAccessorImplementations that verifies that all objects registered to the scheme properly implement their interfaces. |
||
|---|---|---|
| .. | ||
| metatypes | ||
| doc.go | ||
| errors.go | ||
| help.go | ||
| help_test.go | ||
| interfaces.go | ||
| meta.go | ||
| meta_test.go | ||
| multirestmapper.go | ||
| multirestmapper_test.go | ||
| priority.go | ||
| priority_test.go | ||
| restmapper.go | ||
| restmapper_test.go | ||