mirror of
https://github.com/rancher/rke.git
synced 2025-07-13 15:15:59 +00:00
go generate
This commit is contained in:
parent
1add22bc39
commit
66fef3cf79
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1267,6 +1267,11 @@ func (in *NetworkConfig) DeepCopyInto(out *NetworkConfig) {
|
||||
(*in)[i].DeepCopyInto(&(*out)[i])
|
||||
}
|
||||
}
|
||||
if in.EnableBrNetfilter != nil {
|
||||
in, out := &in.EnableBrNetfilter, &out.EnableBrNetfilter
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user