fix go import

Kubernetes-commit: 57393ec932398b6f53c6593421bfe0b12d445518
This commit is contained in:
xuzhonghu 2018-06-01 14:05:44 +08:00 committed by Kubernetes Publisher
parent 63076728cc
commit 47a9a6d77a
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@ import (
"github.com/emicklei/go-restful-swagger12"
"github.com/go-openapi/spec"
"github.com/golang/glog"
"github.com/pborman/uuid"
"k8s.io/apimachinery/pkg/runtime"
@ -65,7 +66,6 @@ import (
openapicommon "k8s.io/kube-openapi/pkg/common"
// install apis
"github.com/golang/glog"
_ "k8s.io/apiserver/pkg/apis/apiserver/install"
)