Merge pull request #100570 from tiloso/staticcheck-clientgo-discovery

Fix staticcheck in k8s.io/client-go/discovery

Kubernetes-commit: 3fd31f12ee51ec02bdbd1aebf8b1f71da6207285
This commit is contained in:
Kubernetes Publisher 2021-04-09 05:19:12 -07:00
commit ebfab03aeb

View File

@ -26,6 +26,7 @@ import (
"sync"
"time"
//lint:ignore SA1019 Keep using module since it's still being maintained and the api of google.golang.org/protobuf/proto differs
"github.com/golang/protobuf/proto"
openapi_v2 "github.com/googleapis/gnostic/openapiv2"