Open manusa opened 2 years ago
Hi @manusa ,is this issue to be be resolved or not a priority?
If need to I can work on this if you assign.
BuildManager you meant by this file https://github.com/eclipse/jkube/blob/master/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/BuildServiceManager.java.
This more of an internal refactor, needs proper analysis and action points. I don't think it's a good issue for external contributors :sweat:.
Yeah sure,Thanks for the confirmation.
Component
JKube Kit
Task description
JKubeServiceHub
should be used as the central place to host, instantiate, and access services used by JKube components.Currently,
GeneratorManager
is instantiated at the Mojo and Task level and then passed on to the services (Build & Resource) that require it.Expected Behavior
Just like with
BuildManager
, the class should be accessed and instantiated fromJKubeServiceHub
.