From c9f62b96be5498b0dbbc10a750ac9d9bfedc6cad Mon Sep 17 00:00:00 2001 From: odubajDT <93584209+odubajDT@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:15:49 +0200 Subject: [PATCH] Update operator/controllers/lifecycle/keptntask/runtime_builder.go Co-authored-by: Florian Bacher Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com> --- operator/controllers/lifecycle/keptntask/runtime_builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/controllers/lifecycle/keptntask/runtime_builder.go b/operator/controllers/lifecycle/keptntask/runtime_builder.go index 7a4813bb1f..df562573c6 100644 --- a/operator/controllers/lifecycle/keptntask/runtime_builder.go +++ b/operator/controllers/lifecycle/keptntask/runtime_builder.go @@ -13,7 +13,7 @@ import ( corev1 "k8s.io/api/core/v1" ) -// RuntimeBuilder implements container builder interface for javascript deno +// RuntimeBuilder implements container builder interface for Deno/Python type RuntimeBuilder struct { options BuilderOptions }