pulsar-resources-operator
pulsar-resources-operator copied to clipboard
refactor(controller): separate controller for each resource CR
Background
Now the resource operator uses a single controller for all resources CR, and the reconcile now is executed sequentially. If one resource is illegal the reconcile will be interrupted and impact the following resource update.
How to improve
We should create the separate controller for each resource CR and make sure each one has a separate reconcile.