mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
The update logcheck linter will warn about logger.V().Error by default. Such calls make no sense because logr by design treats this like logger.Error. In Kubernetes, they tend to be the result of an incorrect conversion of klog.V().Error[S], which does check the verbosity. With logger, Error needs to be replaced by Info. |
||
|---|---|---|
| .. | ||
| sorted | ||
| go.mod | ||
| go.sum | ||
| go.work | ||