Skip to content

Commit 2ef7e9a

Browse files
committed
📖 fix comments typo in Reconciler interface
1 parent ffa8c50 commit 2ef7e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconcile/reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ For example if responding to a Pod Delete Event, the Request won't contain that
8787
instead the reconcile function observes this when reading the cluster state and seeing the Pod as missing.
8888
*/
8989
type Reconciler interface {
90-
// Reconciler performs a full reconciliation for the object referred to by the Request.
90+
// Reconcile performs a full reconciliation for the object referred to by the Request.
9191
// The Controller will requeue the Request to be processed again if an error is non-nil or
9292
// Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
9393
Reconcile(context.Context, Request) (Result, error)

0 commit comments

Comments
 (0)