Commit a02d631
Tatsuhiro Tsujikawa
Fix broken kind logging
If gvk.Kind is "APIService", I expect "apiService", but the current
code produces and logs "aPIService". Because it is not easy to do
this kind of thing, it is better to log the kind as is.1 parent 15154aa commit a02d631
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments