1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 08:47:04 +00:00
node-feature-discovery/pkg/nfd-client
Markus Lehtonen ffa35427cd nfd-client: don't use deprecated grpc.WithInsecure()
Replace deprecated grpc.WithInsecure() with
grpc.WithTransportCredentials and insecure.NewCredentials(). Makes
golangci-lint pass muster.

enter the commit message for your changes. Lines starting
2022-09-09 11:07:22 +03:00
..
topology-updater Additional Lint Fixes in Codebase (#779) 2022-03-02 17:12:46 -08:00
worker Drop deprecated io/ioutil package 2022-09-08 14:26:02 +03:00
base.go nfd-client: don't use deprecated grpc.WithInsecure() 2022-09-09 11:07:22 +03:00