Skip to content

Commit

Permalink
Merge pull request #2030 from larsks/patch-1
Browse files Browse the repository at this point in the history
📖 Fix documentation typo
  • Loading branch information
k8s-ci-robot committed Oct 25, 2022
2 parents 090611b + 3fb6876 commit 7d16aec
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 7d16aec

Please sign in to comment.