()
| 118 | } |
| 119 | |
| 120 | func (ge *getError) Error() string { |
| 121 | return fmt.Sprintf("get_object error for controller=%q object_name=%q at namespace=%q, origin=%q", ge.controller, ge.requestObject.Name, ge.requestObject.Namespace, ge.origin) |
| 122 | } |
| 123 | |
| 124 | func handleReconcileErrWithStatus[T client.Object, ST reconcile.StatusWithMetadata[STC], STC any]( |
| 125 | ctx context.Context, |
no outgoing calls