Correct import statements

This commit is contained in:
Clayton Coleman
2017-01-14 01:55:53 -05:00
parent 660095776a
commit bcde05753b
19 changed files with 36 additions and 92 deletions

View File

@@ -304,7 +304,7 @@ func (tc *testCase) prepareTestClient(t *testing.T) *fake.Clientset {
metrics := metricsapi.PodMetricsList{}
for i, cpu := range tc.reportedLevels {
podMetric := metricsapi.PodMetrics{
ObjectMeta: metav1.ObjectMeta{
ObjectMeta: v1.ObjectMeta{
Name: fmt.Sprintf("%s-%d", podNamePrefix, i),
Namespace: namespace,
},