Files
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
..
2017-07-18 09:28:49 +02:00
2017-07-25 09:01:37 -04:00
2017-07-25 09:01:37 -04:00
2017-06-29 21:42:47 +08:00
2017-02-28 23:05:41 -08:00
2017-01-11 09:09:48 -05:00