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: Use operator-sdk's dynamic restmapper (#1661)
* ansible: Use operator-sdk's dynamic restmapper
This makes it possible for ansible based operators to interact with CRDs
that didn't exist when the operator started.
fixes#1330
* Remove testdata from watches test on completion
Before this change a `make test` would leave around testdata you
wouldn't want to put in version control. This change just updates the
watches test to defer os.Remove(...).
0 commit comments