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 9ff10c5 Wait for operator to start before scaling it to zero
new 75e85b1 chore(test): Add integration scaling e2e tests
new 36b3332 fix(e2e): Fix APIVersion field in Pod struct
new 0c273e3 fix(e2e): Clean-up namespace after kamel run tests
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:
e2e/common/run_test.go | 11 +++--
e2e/common/scale_test.go | 111 ++++++++++++++++++++++++++++++++++++++++++++
e2e/support/test_support.go | 39 ++++++++++++++--
3 files changed, 153 insertions(+), 8 deletions(-)
create mode 100644 e2e/common/scale_test.go