mirror of https://github.com/status-im/consul.git
133 lines
4.5 KiB
Go
133 lines
4.5 KiB
Go
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// 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()
|
|
}
|