Fix deepcopy
This commit is contained in:
parent
dc727f45d7
commit
364ce8ad8a
|
|
@ -260,23 +260,6 @@ func (in *Jenkins) DeepCopyObject() runtime.Object {
|
|||
return nil
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *JenkinsAgent) DeepCopyInto(out *JenkinsAgent) {
|
||||
*out = *in
|
||||
in.Container.DeepCopyInto(&out.Container)
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JenkinsAgent.
|
||||
func (in *JenkinsAgent) DeepCopy() *JenkinsAgent {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(JenkinsAgent)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *JenkinsList) DeepCopyInto(out *JenkinsList) {
|
||||
*out = *in
|
||||
|
|
|
|||
Loading…
Reference in New Issue