handle the "$patch: delete" in patch transformer

This commit is contained in:
Donny Xia
2020-09-17 15:32:40 -07:00
parent 6a94eb873f
commit 31b395a33f
4 changed files with 108 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ require (
github.com/evanphx/json-patch v4.5.0+incompatible
sigs.k8s.io/kustomize/api v0.6.2
sigs.k8s.io/kustomize/kyaml v0.8.1
github.com/pkg/errors v0.8.1
sigs.k8s.io/yaml v1.2.0
)