lburgazzoli commented on a change in pull request #314: chore(knative): do not
change spec during processing
URL: https://github.com/apache/camel-k/pull/314#discussion_r245023031
##########
File path: pkg/apis/camel/v1alpha1/types.go
##########
@@ -18,12 +18,10 @@ limitations under the License.
package v1alpha1
import (
- "strings"
-
"github.com/apache/camel-k/pkg/util"
-
"github.com/mitchellh/mapstructure"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
+ "strings"
Review comment:
I think this is going to hurt golintci
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services