mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Delegate more from WNode to RNode.
The implementations in WNode are supposed to be thin, as it will be removed once #2506 closes. The change also makes some addjustments for the upcoming flip of the enable_kyaml flag, pointing to issue #3271.
This commit is contained in:
@@ -8,9 +8,8 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/google/go-cmp/cmp"
|
||||
"sigs.k8s.io/kustomize/api/resid"
|
||||
|
||||
"gopkg.in/yaml.v3"
|
||||
"sigs.k8s.io/kustomize/api/resid"
|
||||
kyaml "sigs.k8s.io/kustomize/kyaml/yaml"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user