Fix deepcopy

This commit is contained in:
Jakub Al-Khalili 2019-08-02 09:51:42 +02:00
parent dc727f45d7
commit 364ce8ad8a
1 changed files with 0 additions and 17 deletions

View File

@ -260,23 +260,6 @@ func (in *Jenkins) DeepCopyObject() runtime.Object {
return nil 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. // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *JenkinsList) DeepCopyInto(out *JenkinsList) { func (in *JenkinsList) DeepCopyInto(out *JenkinsList) {
*out = *in *out = *in