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 }