mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
cmd/config: add built-in tutorials
This commit is contained in:
@@ -24,9 +24,11 @@ const (
|
||||
|
||||
// TreeStructureOwners configures TreeWriter to generate the tree structure off of the
|
||||
// Resource owners.
|
||||
TreeStructureGraph TreeStructure = "graph"
|
||||
TreeStructureGraph TreeStructure = "owners"
|
||||
)
|
||||
|
||||
var GraphStructures = []string{string(TreeStructureGraph), string(TreeStructurePackage)}
|
||||
|
||||
// TreeWriter prints the package structured as a tree.
|
||||
// TODO(pwittrock): test this package better. it is lower-risk since it is only
|
||||
// used for printing rather than updating or editing.
|
||||
|
||||
Reference in New Issue
Block a user