mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Add glob support in edit add resource
This commit is contained in:
@@ -63,8 +63,3 @@ func (f FakeLoader) New(newRoot string) (loader.Loader, error) {
|
||||
func (f FakeLoader) Load(location string) ([]byte, error) {
|
||||
return f.delegate.Load(location)
|
||||
}
|
||||
|
||||
// GlobLoad performs load from a given location.
|
||||
func (f FakeLoader) GlobLoad(location string) (map[string][]byte, error) {
|
||||
return f.delegate.GlobLoad(location)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user