in apis/network/v1/zz_generated.deepcopy.go [160:172]
func (in *L2NetworkConfig) DeepCopyInto(out *L2NetworkConfig) {
*out = *in
if in.VlanID != nil {
in, out := &in.VlanID, &out.VlanID
*out = new(int32)
**out = **in
}
if in.PrefixLength4 != nil {
in, out := &in.PrefixLength4, &out.PrefixLength4
*out = new(int32)
**out = **in
}
}