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:
Samuel Littley 2026-01-08 13:28:06 +00:00 committed by GitHub
parent 01919d0ef1
commit 5b922bee59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2195 additions and 1302 deletions

View file

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