From d3e9b9a4e4a180c1d4dab2cb949a0ac072db4ce2 Mon Sep 17 00:00:00 2001 From: kabicin <37311900+kabicin@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:58:23 -0500 Subject: [PATCH] Update zz_generated.deepcopy.go --- api/v1/zz_generated.deepcopy.go | 45 ++++----------------------------- 1 file changed, 5 insertions(+), 40 deletions(-) diff --git a/api/v1/zz_generated.deepcopy.go b/api/v1/zz_generated.deepcopy.go index 46450e39..0bdcc384 100644 --- a/api/v1/zz_generated.deepcopy.go +++ b/api/v1/zz_generated.deepcopy.go @@ -277,36 +277,6 @@ func (in *OpenLibertyApplicationDeployment) DeepCopy() *OpenLibertyApplicationDe return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *OpenLibertyApplicationExperimental) DeepCopyInto(out *OpenLibertyApplicationExperimental) { - *out = *in - if in.ManageConcurrency != nil { - in, out := &in.ManageConcurrency, &out.ManageConcurrency - *out = new(bool) - **out = **in - } - if in.ManageErroringInstances != nil { - in, out := &in.ManageErroringInstances, &out.ManageErroringInstances - *out = new(bool) - **out = **in - } - if in.ManageCache != nil { - in, out := &in.ManageCache, &out.ManageCache - *out = new(bool) - **out = **in - } -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenLibertyApplicationExperimental. -func (in *OpenLibertyApplicationExperimental) DeepCopy() *OpenLibertyApplicationExperimental { - if in == nil { - return nil - } - out := new(OpenLibertyApplicationExperimental) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *OpenLibertyApplicationList) DeepCopyInto(out *OpenLibertyApplicationList) { *out = *in @@ -683,6 +653,11 @@ func (in *OpenLibertyApplicationSpec) DeepCopyInto(out *OpenLibertyApplicationSp *out = new(bool) **out = **in } + if in.ManageResourceCaching != nil { + in, out := &in.ManageResourceCaching, &out.ManageResourceCaching + *out = new(bool) + **out = **in + } if in.ManageTLS != nil { in, out := &in.ManageTLS, &out.ManageTLS *out = new(bool) @@ -827,16 +802,6 @@ func (in *OpenLibertyApplicationSpec) DeepCopyInto(out *OpenLibertyApplicationSp *out = new(OpenLibertyApplicationDNS) (*in).DeepCopyInto(*out) } - if in.Experimental != nil { - in, out := &in.Experimental, &out.Experimental - *out = new(OpenLibertyApplicationExperimental) - (*in).DeepCopyInto(*out) - } - if in.ManageCache != nil { - in, out := &in.ManageCache, &out.ManageCache - *out = new(bool) - **out = **in - } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenLibertyApplicationSpec.