Add flux tree command
The `flux tree kustomization` command prints the resources reconciled by the given Kustomization. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
12
cmd/flux/testdata/tree/tree.golden
vendored
Normal file
12
cmd/flux/testdata/tree/tree.golden
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
Kustomization/{{ .fluxns }}/flux-system
|
||||
├── Namespace/{{ .fluxns }}
|
||||
├── Deployment/{{ .fluxns }}/helm-controller
|
||||
├── Deployment/{{ .fluxns }}/kustomize-controller
|
||||
├── Deployment/{{ .fluxns }}/notification-controller
|
||||
├── Deployment/{{ .fluxns }}/source-controller
|
||||
├── Kustomization/{{ .fluxns }}/infrastructure
|
||||
│ ├── Namespace/cert-manager
|
||||
│ ├── HelmRepository/cert-manager/cert-manager
|
||||
│ └── HelmRelease/cert-manager/cert-manager
|
||||
└── GitRepository/{{ .fluxns }}/flux-system
|
||||
|
||||
Reference in New Issue
Block a user