mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-26 19:50:38 -05:00
Automatic merge from submit-queue ObjectMeta, ListMeta, and TypeMeta should implement their interfaces Make unversioned.ListMeta implement List. Update all the *List types so they implement GetListMeta. This helps avoid using reflection to get list information. Remove all unnecessary boilerplate, move the interfaces to the right places, and add a test that verifies that objects implement one, the other, but never both. @ncdc @lavalamp this supercedes #26964 with the boilerplate removed. Added tests |
||
|---|---|---|
| .. | ||
| backward_compatibility_test.go | ||
| conversion.go | ||
| conversion_generated.go | ||
| conversion_test.go | ||
| deep_copy_generated.go | ||
| defaults.go | ||
| defaults_test.go | ||
| doc.go | ||
| generated.pb.go | ||
| generated.proto | ||
| meta.go | ||
| register.go | ||
| types.generated.go | ||
| types.go | ||
| types_swagger_doc_generated.go | ||