From f8540c9db2ad90fb075f8f3609878d41a83fd389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 22 Jul 2021 15:38:44 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../src/main/kotlin/theodolite/patcher/PatcherFactory.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/theodolite/src/main/kotlin/theodolite/patcher/PatcherFactory.kt b/theodolite/src/main/kotlin/theodolite/patcher/PatcherFactory.kt index 566335a66..29723355c 100644 --- a/theodolite/src/main/kotlin/theodolite/patcher/PatcherFactory.kt +++ b/theodolite/src/main/kotlin/theodolite/patcher/PatcherFactory.kt @@ -78,10 +78,6 @@ class PatcherFactory { k8sResource = resource, container = patcherDefinition.properties["container"]!! ) - "ImagePatcher" -> ImagePatcher( - k8sResource = resource, - container = patcherDefinition.properties["container"]!! - ) else -> throw InvalidPatcherConfigurationException("Patcher type ${patcherDefinition.type} not found.") } } catch (e: Exception) { -- GitLab