flux v0.31.2

Kustomization.status

KustomizationStatus defines the observed state of a kustomization.

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

No description provided.

object

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

lastAppliedRevision
string

The last successfully applied revision. The revision format for Git sources is <branch|tag>/<commit-sha>.

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