kubernetes/pkg/client/cache
Clayton Coleman 3e2e4714a2 Always set ?namespace in query if specified
Revise our code to only call Request.Namespace() if a namespace
*should* be present.  For root scoped resources, namespace should
be ignored.  For namespaced resources, it is an error to have
Namespace=="".
2015-02-16 00:23:38 -05:00
..
doc.go finish testing client/cache 2014-08-04 14:50:01 -07:00
fifo.go Add a GetByKey method to Store 2015-02-01 14:55:45 -05:00
fifo_test.go Support namespacing in cache.Store implementations 2015-01-29 17:39:49 -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 Test for and fix crash with nil client in kubelet. 2015-01-16 13:39:31 -08:00
listwatch_test.go Always set ?namespace in query if specified 2015-02-16 00:23:38 -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