MCPcopy
hub / github.com/open-policy-agent/gatekeeper / Error

Method Error

pkg/controller/mutators/core/reconciler_test.go:274–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272}
273
274func (e *errSome) Error() string {
275 return fmt.Sprintf("some error: %d", e.id)
276}
277
278func newFakeReconciler(t *testing.T, c client.Client, events chan event.GenericEvent) *Reconciler {
279 s := runtime.NewScheme()

Callers 15

ReconcileMethod · 0.45
PodStatusToMutatorMapperFunction · 0.45
ReconcileMethod · 0.45
reconcileUpsertMethod · 0.45
reportMutatorMethod · 0.45
reconcileDeletedMethod · 0.45
updateStatusMethod · 0.45
TestReconciler_ReconcileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected