We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa8c50 commit 2ef7e9aCopy full SHA for 2ef7e9a
pkg/reconcile/reconcile.go
@@ -87,7 +87,7 @@ For example if responding to a Pod Delete Event, the Request won't contain that
87
instead the reconcile function observes this when reading the cluster state and seeing the Pod as missing.
88
*/
89
type Reconciler interface {
90
- // 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.
91
// The Controller will requeue the Request to be processed again if an error is non-nil or
92
// Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
93
Reconcile(context.Context, Request) (Result, error)
0 commit comments