Use special client-go for fake dynamic client

Until kubernetes/kubernetes#45431 merges, we have to use a special
version of client go (at
https://github.com/DirectXMan12/client-go/tree/feature/fake-dynamic-client)
in order to actually run our tests.  When the above PR merges, we should
revert these changes.
This commit is contained in:
Solly Ross 2017-06-27 17:03:23 -04:00
parent 349128f5a5
commit c1b9a7faab
2 changed files with 8 additions and 3 deletions

View file

@ -8,6 +8,8 @@ import:
subpackages:
- pkg/util/logs
- package: k8s.io/client-go
repo: https://github.com/directxman12/client-go.git
version: feature/fake-dynamic-client
subpackages:
- kubernetes/typed/core/v1
- rest