Closed
Description
Problem statement
In a reconciler logic can happen that we need to wait synchronously or asynchronously, until a resource get's into a state. In other words a condition on the resource is evaluated continuously on the resource. The framework could explicitly support this, by a wait-for
microframework, that can be the bases to implement automated workflows, desribed in issues: #850
Requirements
- able to specify conditions to wait for
- setting timeouts
- ability specify the behavior on timeout. Like, an how the UpdateControl should behave in case of a timeout.