kubernetes/pkg/controller/garbagecollector
Solly Ross f78d61e7c2 [client-go] Add dynamic.Interface
This adds an interface form of dynamic.Client and
dynamic.ResourceClient, making those two follow the general client
conventions: `Interface` is an interface, and `Client` is the concrete
implementation.  `ClientPool` retains it's interface status.

This allows us to create a fake implemenation of dyanmic.Interface,
dynamic.ResourceInterface, and dynamic.ClientPool for testing.
2017-07-21 14:24:06 -04:00
..
metaonly apimachinery: remove unneeded GetObjectKind() impls 2017-07-08 18:37:37 +02:00
BUILD Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
errors.go construction of GC should not fail for restmapper error caused by tpr 2017-03-16 14:19:17 -07:00
garbagecollector_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
garbagecollector.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
graph_builder.go [client-go] Add dynamic.Interface 2017-07-21 14:24:06 -04:00
graph.go Update comment for garbagecollector 2017-06-29 21:42:47 +08:00
operations.go Fix removing finalizer for garbage collector 2017-06-29 17:22:03 +08:00
OWNERS add approvers to pkg/controller/garbagecollector 2017-07-13 15:16:17 -07:00
patch.go gc changes 2017-02-28 23:05:41 -08:00
rate_limiter_helper.go [client-go] Add dynamic.Interface 2017-07-21 14:24:06 -04:00
uid_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00