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:
Prashant Balachandran 2021-09-13 12:16:28 +05:30
parent bd568beea0
commit 3b551fcdd6
5 changed files with 98 additions and 1 deletions

4
go.mod
View file

@ -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