Chris Laprun
Chris Laprun
Signed-off-by: Chris Laprun
Signed-off-by: Chris Laprun
It's using actions that are using older code that won't be supported much longer.
Fixes #2284 Signed-off-by: Chris Laprun
That looks suspicious… _Originally posted by @metacosm in https://github.com/operator-framework/java-operator-sdk/pull/2483#discussion_r1709901401_
The actual instances might not be so easily available in a managed scenario while the name should always be now.
Further work is needed after #2455 is merged to rename classes more appropriately and clean up the code.
### Is your enhancement related to a problem? Please describe While there already is `Pluralize.toPlural`, this actually isn't enough since the kind should also be converted to lower case. It...