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 dad0c47 chore: pass configuration variable with empty value
new 1997acd chore(operator): core_factory unit test
new 4af9bd3 core(operator): NodeSelector factory
new 654e039 feat(operator): provide operator NodeSelector
new dd2ca05 feat(operator): provide OLM NodeSelector
new 2d2bc00 refactor(util): factory naming convention
The 5 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 | 7 +-
pkg/install/operator.go | 13 ++++
pkg/util/kubernetes/factory.go | 17 ++++-
pkg/util/kubernetes/factory_test.go | 136 ++++++++++++++++++++++++++++++++++++
pkg/util/olm/operator.go | 17 ++++-
5 files changed, 186 insertions(+), 4 deletions(-)
create mode 100644 pkg/util/kubernetes/factory_test.go