Move stats summary types to a new kubelet/api package to avoid unnecessary dependencies

This commit is contained in:
Tim St. Clair
2016-02-17 10:53:25 -08:00
parent 3616b4bfec
commit 225f903ccf
6 changed files with 86 additions and 82 deletions

View File

@@ -27,7 +27,7 @@ import (
"k8s.io/kubernetes/pkg/api"
client "k8s.io/kubernetes/pkg/client/unversioned"
"k8s.io/kubernetes/pkg/kubelet/server/stats"
"k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/stats"
"github.com/davecgh/go-spew/spew"
. "github.com/onsi/ginkgo"