Run starts a continuous reconciliation loop that periodically calls ReconcileAll to ensure all prebuilds are in their desired states. The loop runs until the context is canceled or Stop is called.
(ctx context.Context)
| 26 | // to ensure all prebuilds are in their desired states. The loop runs until the context |
| 27 | // is canceled or Stop is called. |
| 28 | Run(ctx context.Context) |
| 29 | |
| 30 | // Stop gracefully shuts down the orchestrator with the given cause. |
| 31 | // The cause is used for logging and error reporting. |
no outgoing calls