mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
add command to save the default transformer configurations to local files
This commit is contained in:
@@ -48,6 +48,11 @@ func (fs *FakeFS) Mkdir(name string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// MkdirAll delegates to Mkdir
|
||||
func (fs *FakeFS) MkdirAll(name string) error {
|
||||
return fs.Mkdir(name)
|
||||
}
|
||||
|
||||
// Open returns a fake file in the open state.
|
||||
func (fs *FakeFS) Open(name string) (File, error) {
|
||||
if _, found := fs.m[name]; !found {
|
||||
|
||||
Reference in New Issue
Block a user