(logger logr.Logger)
| 267 | // shows up in the logs (without silently dropping it). |
| 268 | // |
| 269 | // This is the helper the generic worker loop calls after pulling a key off |
| 270 | // the workqueue; controllers should not need to call it directly. |
| 271 | func AddLoggerValues(logger logr.Logger, key any) logr.Logger { |
| 272 | switch castKey := key.(type) { |
no outgoing calls
no test coverage detected