mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Update kustomizer_test.go
This commit is contained in:
@@ -10,10 +10,10 @@ import (
|
|||||||
"sigs.k8s.io/kustomize/api/krusty"
|
"sigs.k8s.io/kustomize/api/krusty"
|
||||||
)
|
)
|
||||||
|
|
||||||
// A simple usage example - just shows what happens when
|
// A simple usage example to shows what happens when
|
||||||
// there are no files to read. For more substantial tests
|
// there are no files to read.
|
||||||
// and examples, see other tests in this package.
|
// For more substantial tests and examples,
|
||||||
// TODO: https://github.com/kubernetes-sigs/kustomize/issues/1862
|
// see other tests in this package.
|
||||||
func TestEmptyFileSystem(t *testing.T) {
|
func TestEmptyFileSystem(t *testing.T) {
|
||||||
fSys := filesys.MakeFsInMemory()
|
fSys := filesys.MakeFsInMemory()
|
||||||
b := krusty.MakeKustomizer(fSys, krusty.MakeDefaultOptions())
|
b := krusty.MakeKustomizer(fSys, krusty.MakeDefaultOptions())
|
||||||
|
|||||||
Reference in New Issue
Block a user