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 fa52c20 Updated CHANGELOG.md new 5aa0b5b refactor(trait): deployment strategy new 4898371 Refactor(trait): affinity new cc0daf4 refactor(trait): nil PodSpec check 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/trait/affinity.go | 61 ++++++++-------------- pkg/trait/affinity_test.go | 118 +++++++++++++++++++++++++++--------------- pkg/trait/toleration.go | 48 +++-------------- pkg/trait/toleration_test.go | 105 +++++++------------------------------ pkg/trait/trait_types.go | 32 ++++++++++++ pkg/trait/trait_types_test.go | 117 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 272 insertions(+), 209 deletions(-) create mode 100644 pkg/trait/trait_types_test.go