mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Switch github.com/xlab/treeprint to release tag : v1.1.0 (#4675)
* Switch github.com/xlab/treeprint to release tag : v1.1.0 Signed-off-by: Davanum Srinivas <davanum@gmail.com> * fix test to reflect changes in the dependency Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ spec:
|
||||
|
||||
if !assert.Equal(t, `
|
||||
├── bar-package
|
||||
│ └── [f2.yaml] Deployment bar
|
||||
│ └── [f2.yaml] Deployment bar
|
||||
└── foo-package
|
||||
├── [f1.yaml] Deployment default/foo
|
||||
├── [f1.yaml] Service default/foo
|
||||
@@ -143,7 +143,7 @@ spec:
|
||||
├── [f1.yaml] Service default/foo
|
||||
├── [f3.yaml] Deployment default/foo
|
||||
├── bar-package
|
||||
│ └── [f2.yaml] Deployment bar
|
||||
│ └── [f2.yaml] Deployment bar
|
||||
└── foo-package
|
||||
└── [f1.yaml] Deployment default/foo
|
||||
`, out.String()) {
|
||||
|
||||
Reference in New Issue
Block a user