mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-03 13:47:44 -04:00
Merge pull request #133836 from saschagrunert/etcd-proto
Use golang protobuf for etcd version monitor
This commit is contained in:
commit
3efd0775a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue