You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ansible: pull watches into own package
In the same way that Helm has a watches package responsible for loading
the watches file, Ansible should be structured similiarly to separate
concerns, primarily, loading and validating the watches and creating
runners.
* temporarily remove runner tests
* Fix error msg formatting
* Add unit tests for the ansible runner package
- Move the runner struct next to the functions that accept it (back to
where it was before)
- Remove fields from runner that aren't needed anymore
since we load the watches first, we can put manageStatus,
reconcilePeriod, watchDependentResources, watchClusterScopedResources
on the controller
* Finalizer can specify vars with no role/playbook
It is valid for a watch to have a finalizer with no role/playbook so
long as it specifies vars to be run with the playbook/role specified on
the watch.
* Remove extraneous comments and constants
0 commit comments