Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
Rename `req.NamespaceNamed` to `req.Namespacename`
  • Loading branch information
larsks committed Oct 23, 2022
1 parent 090611b commit 3fb6876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMP-LOGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log.Printf("starting reconciliation for pod %s/%s", podNamespace, podName)
In controller-runtime, we'd instead write:

```go
logger.Info("starting reconciliation", "pod", req.NamespacedNamed)
logger.Info("starting reconciliation", "pod", req.NamespacedName)
```

or even write
Expand Down

0 comments on commit 3fb6876

Please sign in to comment.