Commit f7f02de
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(...).1 parent 283ac6f commit f7f02de
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments