mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-08 17:40:50 -04:00
* Migrate a single node_authorizer.go klog.Infof call to klog.InfoS
We are starting with the log lines that show up most often.
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
* Remove quotes from error for readability
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
* node_authorizer.go: use %s for node names for log uniformity
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
* node_authorizer.go: single-quote node name for readability++
This is good because:
1) the node name is clear in the log line
2) the node names shows up the same in {un-,}structured logs
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
|
||
|---|---|---|
| .. | ||
| BUILD | ||
| graph.go | ||
| graph_populator.go | ||
| graph_test.go | ||
| intset.go | ||
| intset_test.go | ||
| node_authorizer.go | ||
| node_authorizer_test.go | ||
| OWNERS | ||