mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-22 01:17:41 -05:00
Support namespacing in cache.Store by framing the interface functions
around interface{} and providing a key function to each Store implementation.
Implementation of a fix for #2294.
|
||
|---|---|---|
| .. | ||
| doc.go | ||
| fifo.go | ||
| fifo_test.go | ||
| listers.go | ||
| listers_test.go | ||
| listwatch.go | ||
| listwatch_test.go | ||
| poller.go | ||
| poller_test.go | ||
| reflector.go | ||
| reflector_test.go | ||
| store.go | ||
| store_test.go | ||
| undelta_store.go | ||
| undelta_store_test.go | ||