Skip to content

Commit

Permalink
Merge pull request kubernetes#5742 from yifan-gu/fix_runtime
Browse files Browse the repository at this point in the history
kubelet.runtime: update the import path for volume.
  • Loading branch information
dchen1107 committed Mar 20, 2015
2 parents a6aee29 + 3b4685e commit 67414e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/kubelet/container/fake_runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pkg/kubelet/container/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67414e0

Please sign in to comment.