Introduce stacked transformers.

This commit is contained in:
Jeffrey Regan
2019-06-07 15:58:18 -07:00
parent a79c888e0c
commit 6d309b52a5
4 changed files with 26 additions and 24 deletions

View File

@@ -100,6 +100,7 @@ func (l *Loader) absolutePluginPath(id resid.ResId) string {
return AbsolutePluginPath(l.pc, id)
}
// TODO: https://github.com/kubernetes-sigs/kustomize/issues/1164
func (l *Loader) loadAndConfigurePlugin(
ldr ifc.Loader, res *resource.Resource) (c Configurable, err error) {
if !l.pc.Enabled {