Commit 008f9c7
committed
Add context.Context to method Reconcile()
- Reconciler interface has changed in controller
runtime 0.7; Reconcile() takes an additional
context.Context, which can be used throughout
Reconcile() function.
- CreateOrUpdate() needs to in client.Client
explicitly1 parent 15d36f2 commit 008f9c7
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
175 | | - | |
| 174 | + | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
0 commit comments