1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 16:10:58 +00:00

Generated code

This commit is contained in:
Sebastiaan van Steenis
2018-06-08 00:06:13 +02:00
committed by Alena Prokharchyk
parent fd8f9853de
commit 72c9e9c0c9
7 changed files with 17 additions and 0 deletions

View File

@@ -1357,6 +1357,11 @@ func (in *BaseService) DeepCopyInto(out *BaseService) {
*out = make([]string, len(*in))
copy(*out, *in)
}
if in.ExtraEnv != nil {
in, out := &in.ExtraEnv, &out.ExtraEnv
*out = make([]string, len(*in))
copy(*out, *in)
}
return
}