crossplane / crossplane/crossplane-runtime
Expose the ResourceUpToDate status from Observe in the MR status/conditions
Open
enhancement
- Dominant language
- Go
- Stars
- 198
- Forks
- 161
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
### What problem are you facing?
When resources are in Observe-only mode there is no way to know if the resource matches the remote resource, and if adding the Update policy would trigger any updates in the remote.
### How could Crossplane help solve your problem?
The `Observe` method returns a `ResourceUpToDate` flag that would determine whether the `Update` method gets called if it was allowed, so it would be very useful to expose the value of this flag on the Managed Resource status, possibly as a Condition.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.