flux v2.9.5

Kustomization.status

KustomizationStatus defines the observed state of a kustomization.

8 fields
Kustomization.status fields and descriptions
Field / TypeDescription
object[]

No description provided.

object[]

History contains a set of snapshots of the last reconciliation attempts tracking the revision, the state and the duration of each attempt.

object

Inventory contains the list of Kubernetes resource object references that have been successfully applied.

lastAppliedOriginRevision
string

The last successfully applied origin revision. Equals the origin revision of the applied Artifact from the referenced Source. Usually present on the Metadata of the applied Artifact and depends on the Source type, e.g. for OCI it's the value associated with the key "org.opencontainers.image.revision".

lastAppliedRevision
string

The last successfully applied revision. Equals the Revision of the applied Artifact from the referenced Source.

lastAttemptedRevision
string

LastAttemptedRevision is the revision of the last reconciliation attempt.

lastHandledReconcileAt
string

LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected.

observedGeneration
integer

ObservedGeneration is the last reconciled generation.

  • format: int64