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
If a CRD defines a top level field (a field that is a sibling of spec, metadata, and status). The java generator does not generate the properties to the CRD Java class.
Set configuration.source to the path the CRD from Step 1 has been copied to
mvn install
The folder target/generated-sources/java will contain io.argoproj.v1alpha1.Application. This class does not contain getter/setter nor a field for operation
Expected behavior
The top level fields should exist in the generated CR class.
Runtime
OpenShift
Kubernetes API Server version
other (please specify in additional context)
Environment
macOS
Fabric8 Kubernetes Client Logs
No response
Additional context
Kubernetes version: v1.28.11
The text was updated successfully, but these errors were encountered:
Describe the bug
If a CRD defines a top level field (a field that is a sibling of spec, metadata, and status). The java generator does not generate the properties to the CRD Java class.
Fabric8 Kubernetes Client version
6.12.1
Steps to reproduce
operation
Expected behavior
The top level fields should exist in the generated CR class.
Runtime
OpenShift
Kubernetes API Server version
other (please specify in additional context)
Environment
macOS
Fabric8 Kubernetes Client Logs
No response
Additional context
Kubernetes version: v1.28.11
The text was updated successfully, but these errors were encountered: