This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 56ef909 fix(kaniko): Kaniko cache warmer multi-tenancy per namespaces new d1efc39 feat(openshift): Add Kamel CLI download link to OpenShift Web console new 552425e chore: Remove calls to deprecated AddToScheme method from OpenShift API package The 2 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: go.mod | 4 +- go.sum | 72 +-------------------- pkg/client/fastmapper.go | 1 + pkg/cmd/install.go | 2 +- pkg/install/cluster.go | 15 ++--- pkg/install/openshift.go | 140 +++++++++++++++++++++++++++++++++++++++++ pkg/util/openshift/register.go | 24 ++++--- 7 files changed, 169 insertions(+), 89 deletions(-) create mode 100644 pkg/install/openshift.go