This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 6139f4f Merge pull request #101 from apache/caffeine-sample
new 5a780dd chore: fix golint findings for pkg/install
new 1655892 fix golint findings for pkg/client
new 8c5ca85 fix golint findings for pkg/stub/action
new c92031d fix golint findings for pkg/util/kubernetes
new 5fa0938 fix golint findings for pkg/util/maven
new 529a25d fix golint findings for pkg/util/openshift
new 7501383 fix golint findings for pkg/util/watch
new 8c61e3b fix golint findings for pkg/util/sync
new 8db26ed chore: remove unused code
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pkg/apis/camel/v1alpha1/register.go | 7 +-
pkg/build/local/local_builder.go | 26 +++----
pkg/build/local/local_builder_test.go | 14 ++--
pkg/build/local/scheme.go | 98 ------------------------
pkg/client/cmd/context.go | 3 +-
pkg/client/cmd/get.go | 8 +-
pkg/client/cmd/install.go | 5 +-
pkg/client/cmd/root.go | 10 +--
pkg/client/cmd/run.go | 10 +--
pkg/client/cmd/version.go | 2 +-
pkg/install/cluster.go | 7 +-
pkg/stub/action/context/action.go | 1 +
pkg/stub/action/context/initialize.go | 11 +--
pkg/stub/action/context/monitor.go | 1 +
pkg/stub/action/integration/action.go | 1 +
pkg/stub/action/integration/initialize.go | 22 +++---
pkg/stub/action/integration/monitor.go | 13 ++--
pkg/util/kubernetes/config.go | 10 ++-
pkg/util/kubernetes/customclient/customclient.go | 1 +
pkg/util/kubernetes/customclient/scheme.go | 33 --------
pkg/util/kubernetes/loader.go | 5 +-
pkg/util/kubernetes/namespace.go | 6 +-
pkg/util/kubernetes/sanitize.go | 1 +
pkg/util/kubernetes/wait.go | 23 +++++-
pkg/util/maven/maven.go | 31 +++++---
pkg/util/maven/maven_test.go | 28 +++----
pkg/util/maven/types.go | 33 +++++---
pkg/util/openshift/register.go | 8 +-
pkg/util/sync/file.go | 3 +-
pkg/util/watch/watch.go | 13 ++--
30 files changed, 176 insertions(+), 258 deletions(-)
delete mode 100644 pkg/build/local/scheme.go