Restructuring to create the PatcherDefinition inside the TheodoliteExecutor
- Split the
PatcherManager
into aPatcherFactory
and aPatcherDefinitionFactory
- Use the
PatcherDefinitionFactory
inside the TheodoliteExecutor to create PatcherDefinitions forresources
andloads
. Then,KubernetesBenchmark
need only use thePatcherFactory
to create the patchers based on the given PatcherDefintions
Edited by Benedikt Wetzel