-
- Downloads
change patcher signatur and make it possible to multiple resources per name...
change patcher signatur and make it possible to multiple resources per name (so, patcher are now able to patch a list of resources)
parent
854acf9a
No related branches found
No related tags found
Showing
- theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 31 additions, 14 deletions...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
- theodolite/src/main/kotlin/theodolite/patcher/AbstractPatcher.kt 13 additions, 3 deletions...ite/src/main/kotlin/theodolite/patcher/AbstractPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/DataVolumeLoadGeneratorReplicaPatcher.kt 12 additions, 10 deletions...eodolite/patcher/DataVolumeLoadGeneratorReplicaPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt 10 additions, 6 deletions...olite/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/ImagePatcher.kt 21 additions, 9 deletions...dolite/src/main/kotlin/theodolite/patcher/ImagePatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/LabelPatcher.kt 33 additions, 30 deletions...dolite/src/main/kotlin/theodolite/patcher/LabelPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/MatchLabelPatcher.kt 17 additions, 15 deletions...e/src/main/kotlin/theodolite/patcher/MatchLabelPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt 38 additions, 0 deletionstheodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/NodeSelectorPatcher.kt 11 additions, 5 deletions...src/main/kotlin/theodolite/patcher/NodeSelectorPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/NumNestedGroupsLoadGeneratorReplicaPatcher.kt 14 additions, 12 deletions...ite/patcher/NumNestedGroupsLoadGeneratorReplicaPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/NumSensorsLoadGeneratorReplicaPatcher.kt 13 additions, 11 deletions...eodolite/patcher/NumSensorsLoadGeneratorReplicaPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/PatchHandler.kt 26 additions, 0 deletions...dolite/src/main/kotlin/theodolite/patcher/PatchHandler.kt
- theodolite/src/main/kotlin/theodolite/patcher/Patcher.kt 3 additions, 1 deletiontheodolite/src/main/kotlin/theodolite/patcher/Patcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/PatcherFactory.kt 76 additions, 85 deletions...lite/src/main/kotlin/theodolite/patcher/PatcherFactory.kt
- theodolite/src/main/kotlin/theodolite/patcher/ReplicaPatcher.kt 9 additions, 8 deletions...lite/src/main/kotlin/theodolite/patcher/ReplicaPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/ResourceLimitPatcher.kt 13 additions, 14 deletions...rc/main/kotlin/theodolite/patcher/ResourceLimitPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/ResourceRequestPatcher.kt 12 additions, 14 deletions.../main/kotlin/theodolite/patcher/ResourceRequestPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/SchedulerNamePatcher.kt 9 additions, 4 deletions...rc/main/kotlin/theodolite/patcher/SchedulerNamePatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/ServiceSelectorPatcher.kt 21 additions, 0 deletions.../main/kotlin/theodolite/patcher/ServiceSelectorPatcher.kt
- theodolite/src/main/kotlin/theodolite/patcher/TemplateLabelPatcher.kt 18 additions, 16 deletions...rc/main/kotlin/theodolite/patcher/TemplateLabelPatcher.kt
Loading
Please register or sign in to comment