crossplane-contrib / function-auto-ready

A composition function that automatically detects when resources are ready
https://crossplane.io
Apache License 2.0
16 stars 8 forks source link

fix: set Ready for resources that miss status.conditions #32

Closed tomaszkiewicz closed 3 months ago

tomaszkiewicz commented 3 months ago

Description of your changes

Fixes #29

I have:

tomaszkiewicz commented 3 months ago

Do you have any suggestions on how to handle cases like ProviderConfigs or EnvironmentConfigs which don't set conditions at all?

Ofz we can create a list of these resources, but it's not that flexible and required configuration by the user or (worse) in the code...