solr-operator
solr-operator copied to clipboard
Add events to the controllers
The only way to get information from the controllers is currently via the logs. Kubebuilder has a way of adding events to the resource, so that kubectl describe will show what is happening.
We should add these events for all controllers in the Solr Operator.
https://book-v1.book.kubebuilder.io/beyond_basics/creating_events.html