From 2bba673f1d63e58c0e1eaa266da1832fa6bbb5fe Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 4 Mar 2020 09:36:42 +0100 Subject: [PATCH] update codegen --- pkg/apis/acid.zalan.do/v1/zz_generated.deepcopy.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkg/apis/acid.zalan.do/v1/zz_generated.deepcopy.go b/pkg/apis/acid.zalan.do/v1/zz_generated.deepcopy.go index b23fb3141..47174f079 100644 --- a/pkg/apis/acid.zalan.do/v1/zz_generated.deepcopy.go +++ b/pkg/apis/acid.zalan.do/v1/zz_generated.deepcopy.go @@ -76,6 +76,11 @@ func (in *ConnectionPool) DeepCopyInto(out *ConnectionPool) { *out = new(int32) **out = **in } + if in.MaxDBConnections != nil { + in, out := &in.MaxDBConnections, &out.MaxDBConnections + *out = new(int32) + **out = **in + } out.Resources = in.Resources return } @@ -98,6 +103,11 @@ func (in *ConnectionPoolConfiguration) DeepCopyInto(out *ConnectionPoolConfigura *out = new(int32) **out = **in } + if in.MaxDBConnections != nil { + in, out := &in.MaxDBConnections, &out.MaxDBConnections + *out = new(int32) + **out = **in + } return }