mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
Make prometheus-adapter work with k8s.io/apimachinery and k8s.io/metrics v0.35.0 (#1)
Generated by running an assortment of go get -u commands until make update-generated succeeded. Also ran go mod tidy for good measure
This commit is contained in:
parent
01919d0ef1
commit
5b922bee59
4 changed files with 2195 additions and 1302 deletions
2
Makefile
2
Makefile
|
|
@ -72,7 +72,7 @@ update: update-lint update-generated
|
|||
# Format and lint
|
||||
# ---------------
|
||||
|
||||
HAS_GOLANGCI_VERSION:=$(shell $(GOPATH)/bin/golangci-lint version --format=short)
|
||||
HAS_GOLANGCI_VERSION:=$(shell $(GOPATH)/bin/golangci-lint version --short)
|
||||
.PHONY: golangci
|
||||
golangci:
|
||||
ifneq ($(HAS_GOLANGCI_VERSION), $(GOLANGCI_VERSION))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue