mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-24 05:59:02 +00: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.