mirror of
https://github.com/rancher/types.git
synced 2025-08-31 12:48:45 +00:00
Update generated code
This commit is contained in:
@@ -1893,11 +1893,6 @@ func (in *CommonNodeSpec) DeepCopy() *CommonNodeSpec {
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *CustomConfig) DeepCopyInto(out *CustomConfig) {
|
||||
*out = *in
|
||||
if in.Roles != nil {
|
||||
in, out := &in.Roles, &out.Roles
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
@@ -3213,7 +3208,7 @@ func (in *NodeSpec) DeepCopyInto(out *NodeSpec) {
|
||||
*out = nil
|
||||
} else {
|
||||
*out = new(CustomConfig)
|
||||
(*in).DeepCopyInto(*out)
|
||||
**out = **in
|
||||
}
|
||||
}
|
||||
in.InternalNodeSpec.DeepCopyInto(&out.InternalNodeSpec)
|
||||
|
Reference in New Issue
Block a user