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.

7 fields
Kustomization.status.history fields and descriptions
Field / TypeDescription
digest
string required

Digest is the checksum in the format `<algo>:<hex>` of the resources in this snapshot.

firstReconciled
string required

FirstReconciled is the time when this revision was first reconciled to the cluster.

  • format: date-time
lastReconciled
string required

LastReconciled is the time when this revision was last reconciled to the cluster.

  • format: date-time
lastReconciledDuration
string required

LastReconciledDuration is time it took to reconcile the resources in this revision.

lastReconciledStatus
string required

LastReconciledStatus is the status of the last reconciliation.

map[string]string

Metadata contains additional information about the snapshot.

totalReconciliations
integer required

TotalReconciliations is the total number of reconciliations that have occurred for this snapshot.

  • format: int64