mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
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:
parent
349128f5a5
commit
c1b9a7faab
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue