Update patch factory and add multi transformer with checking conflicts

This commit is contained in:
Jingfang Liu
2018-08-31 14:20:38 -07:00
parent 95f5becee1
commit d782abb214
6 changed files with 292 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ import (
"github.com/kubernetes-sigs/kustomize/pkg/transformers"
)
// patchJson6902Transformer applies patches.
// patchJson6902YAMLTransformer applies patches.
type patchJson6902YAMLTransformer struct {
target resource.ResId
patch yamlpatch.Patch