Skip to content

Commit 7d16aec

Browse files
authored
Merge pull request #2030 from larsks/patch-1
📖 Fix documentation typo
2 parents 090611b + 3fb6876 commit 7d16aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMP-LOGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ log.Printf("starting reconciliation for pod %s/%s", podNamespace, podName)
2121
In controller-runtime, we'd instead write:
2222

2323
```go
24-
logger.Info("starting reconciliation", "pod", req.NamespacedNamed)
24+
logger.Info("starting reconciliation", "pod", req.NamespacedName)
2525
```
2626

2727
or even write

0 commit comments

Comments
 (0)