Skip to content

Commit 836b363

Browse files
authored
Merge pull request kubernetes-sigs#1391 from songminglong/patch-1
🌱 Fix typo namespace/Name to Namespace/Name
2 parents 2faebdb + 54c9dfb commit 836b363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/controller/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ func (c *Controller) reconcileHandler(ctx context.Context, obj interface{}) {
293293
log := c.Log.WithValues("name", req.Name, "namespace", req.Namespace)
294294
ctx = logf.IntoContext(ctx, log)
295295

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

0 commit comments

Comments
 (0)