This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 7a91930a9c4e2dee8aa6b5968c0f6e71ec7c8b69
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Thu Jun 24 10:13:03 2021 +0200

    chore(api): Rebuild Kamelet deep-copy
---
 pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go 
b/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go
index dd0e4ba..e690240 100644
--- a/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go
@@ -656,6 +656,11 @@ func (in *KameletSpec) DeepCopyInto(out *KameletSpec) {
                        (*in)[i].DeepCopyInto(&(*out)[i])
                }
        }
+       if in.Template != nil {
+               in, out := &in.Template, &out.Template
+               *out = new(v1.Template)
+               (*in).DeepCopyInto(*out)
+       }
        if in.Flow != nil {
                in, out := &in.Flow, &out.Flow
                *out = new(v1.Flow)

Reply via email to