This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 95a937123 chore: nightly automatic updates
95a937123 is described below
commit 95a937123fbb2d24937d7c11f3758e43cf4c95bc
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 9 23:37:35 2025 +0000
chore: nightly automatic updates
---
README.adoc | 2 +-
pkg/apis/camel/v1/zz_generated.deepcopy.go | 12 ++++++++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/README.adoc b/README.adoc
index a559e21a3..d5e2c7d80 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@
image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg["
image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative",
link="https://github.com/apache/camel-k/actions/workflows/knative.yml"]
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
releases",
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml"]
image:https://github.com/apache/camel-k/actions/workflows/native.yml/badge.svg["Quarkus
native", link="https://github.com/apache/camel-k/actions/workflows/native.yml"]
-image:https://img.shields.io/badge/Coverage-46.9-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-47.3-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on
Zulip", link="https://camel.zulipchat.com"]
Apache Camel K is a lightweight integration framework built from **Apache
Camel** that runs natively on Kubernetes and is specifically designed for
serverless and microservice architectures. Users of `Camel K` can instantly run
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/pkg/apis/camel/v1/zz_generated.deepcopy.go
b/pkg/apis/camel/v1/zz_generated.deepcopy.go
index 4f948e10c..25965dd29 100644
--- a/pkg/apis/camel/v1/zz_generated.deepcopy.go
+++ b/pkg/apis/camel/v1/zz_generated.deepcopy.go
@@ -313,7 +313,11 @@ func (in *BuilderTask) DeepCopyInto(out *BuilderTask) {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
- out.Git = in.Git
+ if in.Git != nil {
+ in, out := &in.Git, &out.Git
+ *out = new(GitConfigSpec)
+ **out = **in
+ }
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver,
creating a new BuilderTask.
@@ -1801,7 +1805,11 @@ func (in *IntegrationSpec) DeepCopyInto(out
*IntegrationSpec) {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
- out.Git = in.Git
+ if in.Git != nil {
+ in, out := &in.Git, &out.Git
+ *out = new(GitConfigSpec)
+ **out = **in
+ }
if in.Flows != nil {
in, out := &in.Flows, &out.Flows
*out = make([]Flow, len(*in))