You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📖 Clarify that the reconcile.Result is ignored on non-nil error
It isn't obvious for people new to the project that the returned error
is part of the control flow and that if it is set, the Result will be
ignored. Add some godocs to clarify that.
0 commit comments