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
I have a class defined like:
@JsonInclude(JsonInclude.Include.NON_NULL) @Buildable(builderPackage = "io.fabric8.kubernetes.api.builder") public class DeploymentSpec { @PrinterColumn(name = "CONNECTOR_TYPE_ID") private String connectorTypeId; }
And such class is used in bot the spec and the status of a resource.
spec
status
The generated CRD should always use the same path to describe the CONNECTOR_TYPE_ID column.
CONNECTOR_TYPE_ID
The resulted CRD may get amended at every build, i.e:
Versions:
<kubernetes-client.version>5.12.3</kubernetes-client.version> <java-operator-sdk.version>3.1.1</java-operator-sdk.version> <quarkus.version>2.11.2.Final</quarkus.version> <quarkus-operator-sdk.version>4.0.1</quarkus-operator-sdk.version> <sundrio.version>0.50.2</sundrio.version>
The text was updated successfully, but these errors were encountered:
@lburgazzoli could you pls move this issue (re-create) in fabric8 client, this is implemented there. Thx! will close it here
Sorry, something went wrong.
Moved here: fabric8io/kubernetes-client#4610
No branches or pull requests
Bug Report
What did you do?
I have a class defined like:
And such class is used in bot the
spec
and thestatus
of a resource.What did you expect to see?
The generated CRD should always use the same path to describe the
CONNECTOR_TYPE_ID
column.What did you see instead? Under which circumstances?
The resulted CRD may get amended at every build, i.e:
Environment
Versions:
The text was updated successfully, but these errors were encountered: