You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
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.
The text was updated successfully, but these errors were encountered: