mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
change kinflate to kustomize
This commit is contained in:
committed by
Sunil Arora
parent
f640a250d9
commit
60485ef824
@@ -21,7 +21,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
"k8s.io/kubectl/pkg/kinflate/util/fs"
|
"k8s.io/kubectl/pkg/kustomize/util/fs"
|
||||||
)
|
)
|
||||||
|
|
||||||
const currentDir = "."
|
const currentDir = "."
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import (
|
|||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"k8s.io/kubectl/pkg/kinflate/util/fs"
|
"k8s.io/kubectl/pkg/kustomize/util/fs"
|
||||||
)
|
)
|
||||||
|
|
||||||
func initializeRootLoader(fakefs fs.FileSystem) Loader {
|
func initializeRootLoader(fakefs fs.FileSystem) Loader {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ package loadertest
|
|||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"k8s.io/kubectl/pkg/kinflate/util/fs"
|
"k8s.io/kubectl/pkg/kustomize/util/fs"
|
||||||
"k8s.io/kubectl/pkg/loader"
|
"k8s.io/kubectl/pkg/loader"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user