kubelet.runtime: update the import path for volume.

This commit is contained in:
Yifan Gu 2015-03-20 16:05:09 -07:00
parent 0250fcfd8f
commit 3b4685ef6c
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import (
"time"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/volume"
"github.com/GoogleCloudPlatform/kubernetes/pkg/volume"
)
// FakeRuntime is a fake container runtime for testing.

View File

@ -18,8 +18,8 @@ package container
import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/volume"
"github.com/GoogleCloudPlatform/kubernetes/pkg/types"
"github.com/GoogleCloudPlatform/kubernetes/pkg/volume"
)
// Runtime interface defines the interfaces that should be implemented