mirror of
https://github.com/rancher/types.git
synced 2025-09-18 16:10:58 +00:00
go generate
This commit is contained in:
committed by
Alena Prokharchyk
parent
9c94b012a7
commit
3efcb2647b
@@ -1676,6 +1676,11 @@ func (in *ETCDService) DeepCopyInto(out *ETCDService) {
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
if in.Snapshot != nil {
|
||||
in, out := &in.Snapshot, &out.Snapshot
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user