// Code generated by protoc-gen-deepcopy. DO NOT EDIT. package meshv2beta1 import ( proto "google.golang.org/protobuf/proto" ) // DeepCopyInto supports using ComputedGatewayRoutes within kubernetes types, where deepcopy-gen is used. func (in *ComputedGatewayRoutes) DeepCopyInto(out *ComputedGatewayRoutes) { proto.Reset(out) proto.Merge(out, proto.Clone(in)) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGatewayRoutes. Required by controller-gen. func (in *ComputedGatewayRoutes) DeepCopy() *ComputedGatewayRoutes { if in == nil { return nil } out := new(ComputedGatewayRoutes) in.DeepCopyInto(out) return out } // DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGatewayRoutes. Required by controller-gen. func (in *ComputedGatewayRoutes) DeepCopyInterface() interface{} { return in.DeepCopy() }