This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 0e13fc0a9 fix(cmd): remove flag reference from deploy command
description
new 892f1e86d fix: Correct first-readiness metric for dry-build
integrations
new bf4406c2e chore: regenerate CRDs for DeploymentTimestamp field
new dfd4353e1 fix(e2e): add first-readiness metric test with
DeploymentTimestamp logic
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/advanced/operator_metrics_test.go | 5 +-
e2e/common/cli/deploy_test.go | 16 ++
helm/camel-k/crds/camel-k-crds.yaml | 5 +
pkg/apis/camel/v1/integration_types.go | 2 +
pkg/cmd/deploy.go | 4 +
pkg/controller/integration/build.go | 2 +
pkg/controller/integration/build_kit.go | 5 +
pkg/controller/integration/initialize.go | 2 +
.../integration/integration_controller.go | 7 +-
.../integration/integration_controller_test.go | 204 +++++++++++++++++++++
.../crd/bases/camel.apache.org_integrations.yaml | 5 +
11 files changed, 255 insertions(+), 2 deletions(-)
create mode 100644 pkg/controller/integration/integration_controller_test.go