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

Go generate

This commit is contained in:
Nathan Jenan
2018-05-17 16:33:59 -07:00
committed by Craig Jellick
parent eef0c7bcc1
commit e9794fd6b1
2 changed files with 2 additions and 11 deletions

View File

@@ -6058,15 +6058,6 @@ func (in *RoleTemplate) DeepCopyInto(out *RoleTemplate) {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.Enabled != nil {
in, out := &in.Enabled, &out.Enabled
if *in == nil {
*out = nil
} else {
*out = new(bool)
**out = **in
}
}
if in.RoleTemplateNames != nil {
in, out := &in.RoleTemplateNames, &out.RoleTemplateNames
*out = make([]string, len(*in))