1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

generate changes

This commit is contained in:
Daishan Peng
2017-12-05 16:27:38 -07:00
parent 0b301183cd
commit 0d2b03f50b
2 changed files with 48 additions and 25 deletions

View File

@@ -478,6 +478,11 @@ func (in *GoogleKubernetesEngineConfig) DeepCopyInto(out *GoogleKubernetesEngine
(*out)[key] = val
}
}
if in.Locations != nil {
in, out := &in.Locations, &out.Locations
*out = make([]string, len(*in))
copy(*out, *in)
}
return
}