-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
#1827 introduced this funny bug that kind is logged in unexpected way.
More specifically,
controller-runtime/pkg/builder/controller.go
Line 318 in ffd9ec8
| lowerCamelCaseKind := strings.ToLower(gvk.Kind[:1]) + gvk.Kind[1:] |
If gvk.Kind is "APIService", I expect "apiService", but the current code produces and logs "aPIService".
Metadata
Metadata
Assignees
Labels
No labels