Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.15.0
-
None
-
Unknown
Description
The configuration classes should be pure configuration, eg for users to configure options.
Any state such as client in use et all should be stored on endpoint or component.
eg move the options from DockerClientProfile to DockerConfiguration so there is only 1 class.
And move the map with DockerClient to the component.