Kustomization.status
KustomizationStatus defines the observed state of a kustomization.
| Field / Type | Description |
|---|---|
No description provided. | |
History contains a set of snapshots of the last reconciliation attempts tracking the revision, the state and the duration of each attempt. | |
Inventory contains the list of Kubernetes resource object references that have been successfully applied. | |
lastAppliedOriginRevision | 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 | The last successfully applied revision. Equals the Revision of the applied Artifact from the referenced Source. |
lastAttemptedRevision | LastAttemptedRevision is the revision of the last reconciliation attempt. |
lastHandledReconcileAt | LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected. |
observedGeneration | ObservedGeneration is the last reconciled generation.
|