This builds on top of work done in #238, so make sure that's merged before going through the changes here :)
We're moving towards relocating the smarts in the checks for a target's
readiness away from the executor and into the controllers themselves,
leaving the executor to check for a single Ready condition at the
target's top level status. This PR achieves exactly that for
TrafficTarget objects.
This builds on top of work done in #238, so make sure that's merged before going through the changes here :)
We're moving towards relocating the smarts in the checks for a target's readiness away from the executor and into the controllers themselves, leaving the executor to check for a single
Ready
condition at the target's top level status. This PR achieves exactly that for TrafficTarget objects.Closes #24.