mirror of
https://github.com/rancher/types.git
synced 2025-09-02 13:45:51 +00:00
Generate code for extra binds
This commit is contained in:
@@ -1150,6 +1150,11 @@ func (in *BaseService) DeepCopyInto(out *BaseService) {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
if in.ExtraBinds != nil {
|
||||
in, out := &in.ExtraBinds, &out.ExtraBinds
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user