mirror of
https://github.com/rancher/types.git
synced 2025-09-17 23:38:20 +00:00
generate changes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user