kubernetes/pkg/controller/garbagecollector
Kubernetes Submit Queue 393b1228c9 Merge pull request #45431 from DirectXMan12/feature/fake-dynamic-client
Automatic merge from submit-queue (batch tested with PRs 48224, 45431, 45946, 48775, 49396)

[client-go] Fake Dynamic Client

This commit converts `"k8s.io/client-go/dynamic".Client` to an interface, and implements fake versions of both `ClientPool` and `Client`.  This allows components which make uses of these clients to be tested in the same way that clientset-based components can be tested, using the standard `testing.Fake` machinery.

**Release note**:
```release-note
NONE
```
2017-07-25 11:06:49 -07:00
..
metaonly Update generated code 2017-07-18 09:28:49 +02:00
BUILD add reflector metrics 2017-07-25 09:01:37 -04: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 add reflector metrics 2017-07-25 09:01:37 -04: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