mirror of
https://github.com/rancher/types.git
synced 2025-09-08 00:19:49 +00:00
Generated files
This commit is contained in:
committed by
Craig Jellick
parent
54b4503178
commit
dc275ce6be
@@ -8103,6 +8103,11 @@ func (in *TemplateVersionSpec) DeepCopyInto(out *TemplateVersionSpec) {
|
||||
(*in)[i].DeepCopyInto(&(*out)[i])
|
||||
}
|
||||
}
|
||||
if in.VersionURLs != nil {
|
||||
in, out := &in.VersionURLs, &out.VersionURLs
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user