Open manusa opened 1 month ago
@manusa I thoroughly checked the kubernetes-model-generator/openshift-model-tuned/src/generated/java/io/fabric8/openshift/api/model/tuned/v1 directory and found only one variable using snake casing. Are there any others files I should look out for?
That's generated code, what needs to be tuned is the generator.
Note that this is not an easy task and there's a lot of activity at the moment with the generator (#6130).
Description
Part of #6130
While implementing the new OpenAPI to Java generator plugin, there are some variables that are now in snake case.
Check
kubernetes-model-generator/openshift-model-tuned/src/generated/java/io/fabric8/openshift/api/model/tuned/v1/TuneDConfig.java
as an example.These variables should be in camel case instead.