Update Heapster api types location in Godeps

This commit is contained in:
Marcin Wielgus
2016-04-28 16:29:38 +02:00
committed by Marcin
parent a8d9a8dafd
commit 8e90cded97
8 changed files with 9 additions and 35 deletions

View File

@@ -38,7 +38,7 @@ import (
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/watch"
heapster "k8s.io/heapster/api/v1/types"
heapster "k8s.io/heapster/metrics/api/v1/types"
"github.com/stretchr/testify/assert"
)