flux v2.9.5

Kustomization.status.history[]

Snapshot represents a point-in-time record of a group of resources reconciliation, including timing information, status, and a unique digest identifier.

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