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
I think this is a duplicate of #4664 , submitted a fix for it 🙂 , here you are proposing a direct encoding but I believe that passing through serialization is somewhat "safer" in this case (e.g. imagine value names clashing across multiple enums)
Describe the bug
The generation of the code is now working after fix for #4530 by #4536.
But the generation for enumeration defaults now creates a field with a String value.
Fabric8 Kubernetes Client version
6.3.0
Steps to reproduce
Add a object with enumeration to your CRD, like
Generate the code
Expected behavior
Field should not have quotation if object is an enumeration.
private State state = STARTED;
Runtime
other (please specify in additional context)
Kubernetes API Server version
1.25.3@latest
Environment
Windows
Fabric8 Kubernetes Client Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: