Autogenerated files

This commit is contained in:
Roc Chan
2019-11-06 19:24:11 +08:00
parent 80c6524cd0
commit 31d623b4d7
13 changed files with 952 additions and 857 deletions

View File

@@ -5171,6 +5171,11 @@ func (in *ServiceSpec) DeepCopyInto(out *ServiceSpec) {
*out = new(IPFamily)
**out = **in
}
if in.TopologyKeys != nil {
in, out := &in.TopologyKeys, &out.TopologyKeys
*out = make([]string, len(*in))
copy(*out, *in)
}
return
}