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"` }