Bulk move from k8s.io/kubectl

This commit is contained in:
Jeffrey Regan
2018-05-11 14:07:15 -07:00
parent c2048aae17
commit 83b3eb9d54
4223 changed files with 1815034 additions and 110 deletions

View File

@@ -21,7 +21,7 @@ import (
"os"
"path/filepath"
"k8s.io/kubectl/pkg/kustomize/util/fs"
"github.com/kubernetes-sigs/kustomize/pkg/util/fs"
)
const currentDir = "."

View File

@@ -21,7 +21,7 @@ import (
"reflect"
"testing"
"k8s.io/kubectl/pkg/kustomize/util/fs"
"github.com/kubernetes-sigs/kustomize/pkg/util/fs"
)
func initializeRootLoader(fakefs fs.FileSystem) Loader {

View File

@@ -19,8 +19,8 @@ package loadertest
import (
"os"
"k8s.io/kubectl/pkg/kustomize/util/fs"
"k8s.io/kubectl/pkg/loader"
"github.com/kubernetes-sigs/kustomize/pkg/loader"
"github.com/kubernetes-sigs/kustomize/pkg/util/fs"
)
// FakeLoader encapsulates the delegate Loader and the fake file system.