Closed
Description
Describe the bug
The Java Generator Tool got everything correct except for one corner case
This CRD generates the following line:
private Double percentage = 100;
but Java does not infer it as a double unfortunately, perhaps just appending a 'd' fixes it
Fabric8 Kubernetes Client version
SNAPSHOT
Steps to reproduce
Generate Java from the CRD in the description (CLI or maven)
Expected behavior
no compilation error
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3@latest
Environment
Linux
Fabric8 Kubernetes Client Logs
Additional context
No response