MCPcopy Create free account
hub / github.com/composable-operator/composable / reconcileContext

Struct reconcileContext

controllers/test/context.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type reconcileContext struct {
37 context.Context
38 client client.Client
39 namespace string
40}
41
42// New creates a reconcile context
43func NewTestContext(client client.Client, namespace string) TestContext {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected