java-operator-sdk
java-operator-sdk copied to clipboard
Automatically generate Service Binding metadata?
It would make sense to automatically provide metadata so that services created by SDK-created operators are more easily bindable: https://github.com/k8s-service-bindings/spec
This issue is a tracker, needs more information.
Some feedback from @iocanel to help Service Binding consumers:
- produce resources with owner references (it can be helpful to correlate CR with binding secrets)
- populate statuses that have explicit references to the binding secret / configmap names (again it can be used for correlation)
- Make use of the Service Binding annotations (which may or may not be placeable on the CRD itself).
I will pick this up.
@metacosm @csviri: can you please assign it to me, or grant me karma to do it myself?