k3s/pkg/client/cache
Dan Mace 45372a90f8 Support AddIfNotPresent function
Add an AddIfNotPresent function to support single producer/consumer
retry scenarios. Provides the consumer with a means to prefer items
already enqueued by the producer at the point of retry.
2015-02-19 17:04:55 -05:00
..
doc.go finish testing client/cache 2014-08-04 14:50:01 -07:00
fifo.go Support AddIfNotPresent function 2015-02-19 17:04:55 -05:00
fifo_test.go Support AddIfNotPresent function 2015-02-19 17:04:55 -05:00
index.go Support multiple index functions, address feedback 2015-02-09 16:44:51 -05:00
listers.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
listers_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
listwatch.go Make list watch take a ListFunc and WatchFunc, provide default funcs from client 2015-02-15 22:26:05 -05:00
listwatch_test.go Merge pull request #4453 from derekwaynecarr/make_quota_more_efficient 2015-02-17 14:48:11 -05:00
poller.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
poller_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
reflector_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -05:00
store.go If an object has no namespace, do not add a leading slash 2015-02-12 17:14:16 -05:00
store_test.go Support multiple index functions, address feedback 2015-02-09 16:44:51 -05:00
undelta_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