Commit 67414e03 authored by Dawn Chen's avatar Dawn Chen

Merge pull request #5742 from yifan-gu/fix_runtime

kubelet.runtime: update the import path for volume.
parents a6aee290 3b4685ef
...@@ -23,7 +23,7 @@ import ( ...@@ -23,7 +23,7 @@ import (
"time" "time"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api" "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. // FakeRuntime is a fake container runtime for testing.
......
...@@ -18,8 +18,8 @@ package container ...@@ -18,8 +18,8 @@ package container
import ( import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/api" "github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/volume"
"github.com/GoogleCloudPlatform/kubernetes/pkg/types" "github.com/GoogleCloudPlatform/kubernetes/pkg/types"
"github.com/GoogleCloudPlatform/kubernetes/pkg/volume"
) )
// Runtime interface defines the interfaces that should be implemented // Runtime interface defines the interfaces that should be implemented
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment