mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
using new version of custom-metrics-apiserver
adding changes to bring up metrics server correcting go dependencies Signed-off-by: Prashant Balachandran <pnair@redhat.com> addressing code review comments, adding tls for metrics endpoint
This commit is contained in:
parent
bd568beea0
commit
3b551fcdd6
5 changed files with 98 additions and 1 deletions
4
go.mod
4
go.mod
|
|
@ -6,9 +6,11 @@ require (
|
|||
github.com/onsi/ginkgo v1.16.4
|
||||
github.com/onsi/gomega v1.15.0
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/prometheus/common v0.26.0
|
||||
github.com/prometheus/common v0.29.0
|
||||
github.com/prometheus/exporter-toolkit v0.6.1
|
||||
github.com/spf13/cobra v1.2.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
k8s.io/api v0.22.0
|
||||
k8s.io/apimachinery v0.22.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue