Skip to content

Commit

Permalink
Merge pull request #1391 from songminglong/patch-1
Browse files Browse the repository at this point in the history
🌱 Fix typo namespace/Name to Namespace/Name
  • Loading branch information
k8s-ci-robot committed Feb 22, 2021
2 parents 2faebdb + 54c9dfb commit 836b363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func (c *Controller) reconcileHandler(ctx context.Context, obj interface{}) {
log := c.Log.WithValues("name", req.Name, "namespace", req.Namespace)
ctx = logf.IntoContext(ctx, log)

// RunInformersAndControllers the syncHandler, passing it the namespace/Name string of the
// RunInformersAndControllers the syncHandler, passing it the Namespace/Name string of the
// resource to be synced.
if result, err := c.Do.Reconcile(ctx, req); err != nil {
c.Queue.AddRateLimited(req)
Expand Down

0 comments on commit 836b363

Please sign in to comment.