Fix build and test errors from etcd 3.2.11 upgrade

This commit is contained in:
Joe Betz
2017-12-13 15:12:11 -08:00
parent 9b9057564d
commit 94f2ed6849
5 changed files with 8 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ import (
"strings"
"testing"
_ "github.com/coreos/etcd/etcdserver/api/v3rpc" // Force package logger init.
"github.com/coreos/pkg/capnslog"
appsv1beta2 "k8s.io/api/apps/v1beta2"