We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CRD generated from a Java class containing JsonIgnored fields still include those properties.
JsonIgnore
next (development version)
Define a property like:
@JsonIgnore public int ingored;
in a Java CR class.
Generate the corresponding CRD.
The generated CRD contains:
ingored: type: integer
Fields marked with JsonIgnore should be ignored by the generator.
Kubernetes (vanilla), other (please specify in additional context)
1.22.3@latest
other (please specify in additional context)
No response
The text was updated successfully, but these errors were encountered:
andreaTP
Successfully merging a pull request may close this issue.
Describe the bug
The CRD generated from a Java class containing
JsonIgnore
d fields still include those properties.Fabric8 Kubernetes Client version
next (development version)
Steps to reproduce
Define a property like:
in a Java CR class.
Generate the corresponding CRD.
The generated CRD contains:
Expected behavior
Fields marked with
JsonIgnore
should be ignored by the generator.Runtime
Kubernetes (vanilla), other (please specify in additional context)
Kubernetes API Server version
1.22.3@latest
Environment
other (please specify in additional context)
Fabric8 Kubernetes Client Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: