Files
kubernetes/pkg/client/cache
Clayton Coleman 3ca23163ae Add a GetByKey method to Store
Without the ability to retrieve underlying items by key (instead of
the object passed to KeyFunc) it is impossible to build wrappers
around cache.Store that want to make decisions about keys, because
they would need to reconstruct the object passed to Get.

This allows retrieval by key, and makes sure Get(obj) uses it.
2015-02-01 14:55:45 -05:00
..
2014-08-04 14:50:01 -07:00
2015-02-01 14:55:45 -05:00
2015-02-01 14:55:45 -05:00