2023-10-13 14:55:58 +00:00
|
|
|
// Code generated by protoc-gen-deepcopy. DO NOT EDIT.
|
|
|
|
package meshv2beta1
|
|
|
|
|
|
|
|
import (
|
|
|
|
proto "google.golang.org/protobuf/proto"
|
|
|
|
)
|
|
|
|
|
|
|
|
// DeepCopyInto supports using TCPRoute within kubernetes types, where deepcopy-gen is used.
|
|
|
|
func (in *TCPRoute) DeepCopyInto(out *TCPRoute) {
|
2023-10-13 20:41:22 +00:00
|
|
|
proto.Reset(out)
|
|
|
|
proto.Merge(out, proto.Clone(in))
|
2023-10-13 14:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TCPRoute. Required by controller-gen.
|
|
|
|
func (in *TCPRoute) DeepCopy() *TCPRoute {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(TCPRoute)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new TCPRoute. Required by controller-gen.
|
|
|
|
func (in *TCPRoute) DeepCopyInterface() interface{} {
|
|
|
|
return in.DeepCopy()
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto supports using TCPRouteRule within kubernetes types, where deepcopy-gen is used.
|
|
|
|
func (in *TCPRouteRule) DeepCopyInto(out *TCPRouteRule) {
|
2023-10-13 20:41:22 +00:00
|
|
|
proto.Reset(out)
|
|
|
|
proto.Merge(out, proto.Clone(in))
|
2023-10-13 14:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TCPRouteRule. Required by controller-gen.
|
|
|
|
func (in *TCPRouteRule) DeepCopy() *TCPRouteRule {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(TCPRouteRule)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new TCPRouteRule. Required by controller-gen.
|
|
|
|
func (in *TCPRouteRule) DeepCopyInterface() interface{} {
|
|
|
|
return in.DeepCopy()
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto supports using TCPBackendRef within kubernetes types, where deepcopy-gen is used.
|
|
|
|
func (in *TCPBackendRef) DeepCopyInto(out *TCPBackendRef) {
|
2023-10-13 20:41:22 +00:00
|
|
|
proto.Reset(out)
|
|
|
|
proto.Merge(out, proto.Clone(in))
|
2023-10-13 14:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TCPBackendRef. Required by controller-gen.
|
|
|
|
func (in *TCPBackendRef) DeepCopy() *TCPBackendRef {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(TCPBackendRef)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new TCPBackendRef. Required by controller-gen.
|
|
|
|
func (in *TCPBackendRef) DeepCopyInterface() interface{} {
|
|
|
|
return in.DeepCopy()
|
|
|
|
}
|