Files
kubernetes/pkg
Kubernetes Submit Queue 6bda989d54 Merge pull request #35227 from deads2k/controller-13-generic-infromer
Automatic merge from submit-queue

add generic shared informer backed by existing informer

Adds the ability to get an informer and lister that returns `[]runtime.Object` methods with the "normal" filtering capabilities based on a `GroupResource`. Right now, it only works on known types (and re-uses those caches for efficiency by having a different skin on the `Index`).  It should be extended in the future.

@derekwaynecarr I think this gives you the types you were looking for to avoid the ugly array copies.
2016-10-21 08:39:09 -07:00
..
2016-09-19 09:57:19 -04:00
2016-08-31 13:46:40 -07:00
2016-07-16 13:48:21 -04:00
2016-10-20 15:16:58 +02:00
2016-08-22 14:18:15 -04:00
2016-10-12 11:54:47 -07:00