Description
What Is Your Question?
Is it possible to create new status
fields for the RDS DBInstance CRD through ack-generate
code generation?
What Is The Context For This Question?
I am currently investigating the integration of Redhat Service Binding Operator (SBO) with ACK RDS, more specifically the DBInstance CRD, to enhance native binding. Going through the code-generator
documentation and the community docs for determining status fields, there is a lot of material on how the custom code generator works using existing Create Operation’s
Output
shape. I need to create fields outside of the Output
scope.
For example, to integrate the ACK RDS DBInstance with SBO I need to turn the DBInstance into a Provisioned Service via adding status.binding.name
.
Any Additional Info?
This question is separate, but adjacent to the ACK K8s Native Application Binding proposal. FieldExport
allows the user to export fields from the status
to secrets whereas I need to include a new field in status
to point to an existing secret.