flux v2.0.1
Kustomization.status
KustomizationStatus defines the observed state of a kustomization.
| Field / Type | Description |
|---|---|
No description provided. | |
Inventory contains the list of Kubernetes resource object references that have been successfully applied. | |
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.
|