Skip to content

Commit

Permalink
Merge pull request #1698 from iawia002/comments-typo
Browse files Browse the repository at this point in the history
馃摉 fix comments typo in Reconciler interface
  • Loading branch information
k8s-ci-robot committed Oct 18, 2021
2 parents ffa8c50 + 2ef7e9a commit 1462c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconcile/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For example if responding to a Pod Delete Event, the Request won't contain that
instead the reconcile function observes this when reading the cluster state and seeing the Pod as missing.
*/
type Reconciler interface {
// Reconciler performs a full reconciliation for the object referred to by the Request.
// Reconcile performs a full reconciliation for the object referred to by the Request.
// The Controller will requeue the Request to be processed again if an error is non-nil or
// Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Reconcile(context.Context, Request) (Result, error)
Expand Down

0 comments on commit 1462c6e

Please sign in to comment.