| 34 | } |
| 35 | |
| 36 | type reconcileContext struct { |
| 37 | context.Context |
| 38 | client client.Client |
| 39 | namespace string |
| 40 | } |
| 41 | |
| 42 | // New creates a reconcile context |
| 43 | func NewTestContext(client client.Client, namespace string) TestContext { |
nothing calls this directly
no outgoing calls
no test coverage detected