mirror of
https://github.com/rancher/types.git
synced 2025-09-16 06:49:21 +00:00
Go generate
This commit is contained in:
committed by
Craig Jellick
parent
eef0c7bcc1
commit
e9794fd6b1
@@ -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))
|
||||
|
Reference in New Issue
Block a user