Add kustomize build {repoUrl}

This commit is contained in:
Jingfang Liu
2018-08-14 14:56:47 -07:00
parent c9a8bc1121
commit f018370628
9 changed files with 146 additions and 539 deletions

View File

@@ -63,3 +63,8 @@ func (f FakeLoader) New(newRoot string) (loader.Loader, error) {
func (f FakeLoader) Load(location string) ([]byte, error) {
return f.delegate.Load(location)
}
// Cleanup does nothing
func (f FakeLoader) Cleanup() error {
return nil
}