flux v2.9.5
Kustomization.status.history
History contains a set of snapshots of the last reconciliation attempts tracking the revision, the state and the duration of each attempt.
| Field / Type | Description |
|---|---|
digest | Digest is the checksum in the format `<algo>:<hex>` of the resources in this snapshot. |
firstReconciled | FirstReconciled is the time when this revision was first reconciled to the cluster.
|
lastReconciled | LastReconciled is the time when this revision was last reconciled to the cluster.
|
lastReconciledDuration | LastReconciledDuration is time it took to reconcile the resources in this revision. |
lastReconciledStatus | LastReconciledStatus is the status of the last reconciliation. |
Metadata contains additional information about the snapshot. | |
totalReconciliations | TotalReconciliations is the total number of reconciliations that have occurred for this snapshot.
|