From cd7766f7519c40662884acaa3f812345d83c5420 Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Mon, 4 Apr 2022 10:46:06 +0200 Subject: [PATCH] clean up --- theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt b/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt index e703c38c0..0eded122f 100644 --- a/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt +++ b/theodolite/src/main/kotlin/theodolite/patcher/NamePatcher.kt @@ -29,7 +29,6 @@ class NamePatcher : AbstractPatcher() { resource.metadata.name = value } is CustomResource<*, *> -> { - // TODO(How to clone custom resources?) resource.metadata.name = value } } -- GitLab