mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
kyaml: Add kyaml filters as cli commands
This commit is contained in:
@@ -20,7 +20,7 @@ type TreeStructure string
|
||||
const (
|
||||
// TreeStructurePackage configures TreeWriter to generate the tree structure off of the
|
||||
// Resources packages.
|
||||
TreeStructurePackage TreeStructure = "package"
|
||||
TreeStructurePackage TreeStructure = "directory"
|
||||
|
||||
// TreeStructureOwners configures TreeWriter to generate the tree structure off of the
|
||||
// Resource owners.
|
||||
|
||||
Reference in New Issue
Block a user