Moving everyone to unversioned client

This commit is contained in:
Kris Rousey
2015-08-13 12:01:50 -07:00
committed by Kris
parent 9cea046f42
commit ae6c64d9bb
216 changed files with 308 additions and 308 deletions

View File

@@ -25,7 +25,7 @@ import (
cadvisorApiV2 "github.com/google/cadvisor/info/v2"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"k8s.io/kubernetes/pkg/client/record"
"k8s.io/kubernetes/pkg/client/unversioned/record"
"k8s.io/kubernetes/pkg/kubelet/cadvisor"
"k8s.io/kubernetes/pkg/kubelet/dockertools"
"k8s.io/kubernetes/pkg/util"