mirror of
https://github.com/rancher/rke.git
synced 2025-09-19 01:44:28 +00:00
go generate
This commit is contained in:
@@ -1267,6 +1267,11 @@ func (in *NetworkConfig) DeepCopyInto(out *NetworkConfig) {
|
|||||||
(*in)[i].DeepCopyInto(&(*out)[i])
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if in.EnableBrNetfilter != nil {
|
||||||
|
in, out := &in.EnableBrNetfilter, &out.EnableBrNetfilter
|
||||||
|
*out = new(bool)
|
||||||
|
**out = **in
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user