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
..
doc.go finish testing client/cache 2014-08-04 14:50:01 -07:00
fifo_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
fifo.go Add a GetByKey method to Store 2015-02-01 14:55:45 -05:00
listers_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
listers.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
listwatch_test.go Add ability to listwatch in namespace 2015-01-10 01:04:26 -05:00
listwatch.go Test for and fix crash with nil client in kubelet. 2015-01-16 13:39:31 -08:00
poller_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
poller.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
reflector_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
reflector.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
store_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
store.go Add a GetByKey method to Store 2015-02-01 14:55:45 -05:00
undelta_store_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
undelta_store.go Add a GetByKey method to Store 2015-02-01 14:55:45 -05:00