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 6d3cafa Updated CHANGELOG.md new 21e7ceb feat(operator): toleration install flag new 978311a refactor(util): k8s helper methods new cb19602 feat(operator): revert OperatorOrCollect Reverted from c407bbd885c82d23d4baab48f8c59e946a7201fd change The 3 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/cmd/install.go | 8 +- pkg/cmd/install_test.go | 10 ++ pkg/install/operator.go | 13 ++ pkg/trait/toleration.go | 40 +---- pkg/util/kubernetes/{util.go => core_client.go} | 90 +++++------ pkg/util/kubernetes/core_factory.go | 62 ++++++++ pkg/util/kubernetes/util.go | 190 ------------------------ pkg/util/olm/operator.go | 19 ++- 8 files changed, 147 insertions(+), 285 deletions(-) copy pkg/util/kubernetes/{util.go => core_client.go} (93%) create mode 100644 pkg/util/kubernetes/core_factory.go