mirror of
https://github.com/rancher/types.git
synced 2025-09-18 16:10:58 +00:00
Generated code
This commit is contained in:
committed by
Alena Prokharchyk
parent
fd8f9853de
commit
72c9e9c0c9
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user