1
0
mirror of https://github.com/rancher/types.git synced 2025-09-08 00:19:49 +00:00

Generated files

This commit is contained in:
Daishan Peng
2018-11-06 17:46:24 -07:00
committed by Craig Jellick
parent 54b4503178
commit dc275ce6be
4 changed files with 23 additions and 0 deletions

View File

@@ -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
}