This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit c1a8a95dfd44aae38968043aba1d9cd6682b1e30 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Sat Jun 22 22:45:46 2019 +0200 chore: rename IntegrationContext to IntegrationKit --- pkg/util/kubernetes/util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/util/kubernetes/util.go b/pkg/util/kubernetes/util.go index 2d29d25..1545497 100644 --- a/pkg/util/kubernetes/util.go +++ b/pkg/util/kubernetes/util.go @@ -119,8 +119,8 @@ func GetSecret(context context.Context, client client.Client, name string, names return &answer, nil } -// GetIntegrationContext -- -func GetIntegrationContext(context context.Context, client client.Client, name string, namespace string) (*v1alpha1.IntegrationKit, error) { +// GetIntegrationKit -- +func GetIntegrationKit(context context.Context, client client.Client, name string, namespace string) (*v1alpha1.IntegrationKit, error) { key := k8sclient.ObjectKey{ Name: name, Namespace: namespace,