This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8d6fdda17b55269ba858c43294d7c05990fadea1
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Mon Jul 8 11:43:24 2019 +0200

    fix lint
---
 pkg/cmd/rebuild.go                            | 2 +-
 pkg/controller/integrationplatform/monitor.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/cmd/rebuild.go b/pkg/cmd/rebuild.go
index f062492..25a55e8 100644
--- a/pkg/cmd/rebuild.go
+++ b/pkg/cmd/rebuild.go
@@ -94,7 +94,7 @@ func (o *rebuildCmdOptions) getIntegrations(c client.Client, 
names []string) ([]
        return ints, nil
 }
 
-func (o *rebuildCmdOptions) rebuildIntegrations(c client.Client, integrations 
[]v1alpha1.Integration) error {
+func (o *rebuildCmdOptions) rebuildIntegrations(c k8sclient.StatusClient, 
integrations []v1alpha1.Integration) error {
        for _, i := range integrations {
                it := i
                it.Status = v1alpha1.IntegrationStatus{}
diff --git a/pkg/controller/integrationplatform/monitor.go 
b/pkg/controller/integrationplatform/monitor.go
index f8509e1..d1e5390 100644
--- a/pkg/controller/integrationplatform/monitor.go
+++ b/pkg/controller/integrationplatform/monitor.go
@@ -19,9 +19,9 @@ package integrationplatform
 
 import (
        "context"
-       "github.com/apache/camel-k/pkg/util/defaults"
 
        "github.com/apache/camel-k/pkg/apis/camel/v1alpha1"
+       "github.com/apache/camel-k/pkg/util/defaults"
 )
 
 // NewMonitorAction returns an action that monitors the integration platform 
after it's fully initialized

Reply via email to