mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-03 00:28:50 +00:00
Add --show-history flag to debug kustomization
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
550260638d
commit
b5ecb9bc56
8 changed files with 112 additions and 11 deletions
17
cmd/flux/testdata/debug_kustomization/history.golden.yaml
vendored
Normal file
17
cmd/flux/testdata/debug_kustomization/history.golden.yaml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# History documentation: https://fluxcd.io/flux/components/kustomize/kustomizations/#history
|
||||
- digest: sha256:def456
|
||||
firstReconciled: "2024-01-01T09:00:00Z"
|
||||
lastReconciled: "2024-01-01T10:00:00Z"
|
||||
lastReconciledDuration: 300ms
|
||||
lastReconciledStatus: success
|
||||
metadata:
|
||||
originRevision: abc123
|
||||
totalReconciliations: 1
|
||||
- digest: sha256:ghi012
|
||||
firstReconciled: "2024-02-01T09:00:00Z"
|
||||
lastReconciled: "2024-02-01T10:00:00Z"
|
||||
lastReconciledDuration: 500ms
|
||||
lastReconciledStatus: failure
|
||||
metadata:
|
||||
originRevision: xyz789
|
||||
totalReconciliations: 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue