Merge pull request #133836 from saschagrunert/etcd-proto

Use golang protobuf for etcd version monitor
This commit is contained in:
Kubernetes Prow Robot
2025-09-02 06:51:23 -07:00
committed by GitHub

View File

@@ -25,9 +25,9 @@ import (
"net/http"
"time"
"github.com/gogo/protobuf/proto"
dto "github.com/prometheus/client_model/go"
"github.com/spf13/pflag"
"google.golang.org/protobuf/proto"
"k8s.io/component-base/metrics"
"k8s.io/component-base/metrics/testutil"