()
| 124 | } |
| 125 | |
| 126 | func (ge *getError) Error() string { |
| 127 | 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) |
| 128 | } |
| 129 | |
| 130 | func handleReconcileErrWithStatus[T client.Object, ST reconcile.StatusWithMetadata[STC], STC any]( |
| 131 | ctx context.Context, |
no outgoing calls