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