kubernetes-sigs / kubebuilder-declarative-pattern

A toolkit for building declarative operators with kubebuilder
Apache License 2.0
251 stars 84 forks source link

KDP Reconciler does not set observedGeneration on the managed resource #391

Open sdowell opened 1 month ago

sdowell commented 1 month ago

What would you like to be added: I would like for the KDP reconciler to have built-in support for setting the observedGeneration on the status of the managed resource.

Why is this needed: This makes it easier to determine when a KDP controller has reconciled the current spec of the managed resource.