From e230587a81b2109e5f141de3dcb386f8e281b9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Wed, 29 Apr 2026 10:02:26 +0200 Subject: [PATCH] Remove stale TODO comment for Path field The Path field is already implemented and used in CloneRepository and Repository.Path(). --- api/v1alpha1/function_types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/v1alpha1/function_types.go b/api/v1alpha1/function_types.go index 740dd07..99f622d 100644 --- a/api/v1alpha1/function_types.go +++ b/api/v1alpha1/function_types.go @@ -64,7 +64,6 @@ type FunctionSpecRepository struct { // +kubebuilder:validation:Optional // Path points to the function inside the repository. Defaults to "." - // TODO: implement logic Path string `json:"path,omitempty"` }