Open
Description
With the ongoing effort of creating more micro-controllers, and having a reconcileHelper
non-exported interface for few of them we are starting to see some code duplication.
In addition to that, we can also see some standalone methods sharing the scope in the utils
package.
We agreed that those kind of methods/function should be gathered into packages with their own interfaces to be used as internal libraries for other packages.
### Tasks
- [ ] https://github.com/kubernetes-sigs/kernel-module-management/issues/507