1
0
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:
Darren Shepherd
2018-02-13 16:47:07 -07:00
parent cbabeef819
commit cb1d782cfc
101 changed files with 179 additions and 186 deletions

View File

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