• Andy Goldstein's avatar
    ObjectMeta, ListMeta, and TypeMeta should implement their interfaces · e3af3451
    Andy Goldstein authored
    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.
    e3af3451
Name
Last commit
Last update
..
metatypes Loading commit data...
doc.go Loading commit data...
errors.go Loading commit data...
help.go Loading commit data...
help_test.go Loading commit data...
interfaces.go Loading commit data...
meta.go Loading commit data...
meta_test.go Loading commit data...
multirestmapper.go Loading commit data...
multirestmapper_test.go Loading commit data...
priority.go Loading commit data...
priority_test.go Loading commit data...
restmapper.go Loading commit data...
restmapper_test.go Loading commit data...