mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
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.
25 lines
625 B
YAML
25 lines
625 B
YAML
package: github.com/directxman12/k8s-prometheus-adapter
|
|
import:
|
|
- package: github.com/spf13/cobra
|
|
- package: k8s.io/apimachinery
|
|
subpackages:
|
|
- pkg/util/wait
|
|
- package: k8s.io/apiserver
|
|
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
|
|
- tools/clientcmd
|
|
- package: github.com/directxman12/custom-metrics-boilerplate
|
|
subpackages:
|
|
- pkg/cmd/server
|
|
- pkg/provider
|
|
- package: github.com/stretchr/testify
|
|
version: ^1.1.4
|
|
subpackages:
|
|
- assert
|
|
- require
|