solr-operator icon indicating copy to clipboard operation
solr-operator copied to clipboard

Add events to the controllers

Open HoustonPutman opened this issue 4 years ago • 0 comments

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

HoustonPutman avatar Jun 10 '20 17:06 HoustonPutman