You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/proto-public/pbmesh/v2beta1/computed_routes_deepcopy.ge...

301 lines
11 KiB

// Code generated by protoc-gen-deepcopy. DO NOT EDIT.
package meshv2beta1
import (
proto "google.golang.org/protobuf/proto"
)
// DeepCopyInto supports using ComputedRoutes within kubernetes types, where deepcopy-gen is used.
func (in *ComputedRoutes) DeepCopyInto(out *ComputedRoutes) {
p := proto.Clone(in).(*ComputedRoutes)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedRoutes. Required by controller-gen.
func (in *ComputedRoutes) DeepCopy() *ComputedRoutes {
if in == nil {
return nil
}
out := new(ComputedRoutes)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedRoutes. Required by controller-gen.
func (in *ComputedRoutes) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedPortRoutes within kubernetes types, where deepcopy-gen is used.
func (in *ComputedPortRoutes) DeepCopyInto(out *ComputedPortRoutes) {
p := proto.Clone(in).(*ComputedPortRoutes)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedPortRoutes. Required by controller-gen.
func (in *ComputedPortRoutes) DeepCopy() *ComputedPortRoutes {
if in == nil {
return nil
}
out := new(ComputedPortRoutes)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedPortRoutes. Required by controller-gen.
func (in *ComputedPortRoutes) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedHTTPRoute within kubernetes types, where deepcopy-gen is used.
func (in *ComputedHTTPRoute) DeepCopyInto(out *ComputedHTTPRoute) {
p := proto.Clone(in).(*ComputedHTTPRoute)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedHTTPRoute. Required by controller-gen.
func (in *ComputedHTTPRoute) DeepCopy() *ComputedHTTPRoute {
if in == nil {
return nil
}
out := new(ComputedHTTPRoute)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedHTTPRoute. Required by controller-gen.
func (in *ComputedHTTPRoute) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedHTTPRouteRule within kubernetes types, where deepcopy-gen is used.
func (in *ComputedHTTPRouteRule) DeepCopyInto(out *ComputedHTTPRouteRule) {
p := proto.Clone(in).(*ComputedHTTPRouteRule)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedHTTPRouteRule. Required by controller-gen.
func (in *ComputedHTTPRouteRule) DeepCopy() *ComputedHTTPRouteRule {
if in == nil {
return nil
}
out := new(ComputedHTTPRouteRule)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedHTTPRouteRule. Required by controller-gen.
func (in *ComputedHTTPRouteRule) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedHTTPBackendRef within kubernetes types, where deepcopy-gen is used.
func (in *ComputedHTTPBackendRef) DeepCopyInto(out *ComputedHTTPBackendRef) {
p := proto.Clone(in).(*ComputedHTTPBackendRef)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedHTTPBackendRef. Required by controller-gen.
func (in *ComputedHTTPBackendRef) DeepCopy() *ComputedHTTPBackendRef {
if in == nil {
return nil
}
out := new(ComputedHTTPBackendRef)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedHTTPBackendRef. Required by controller-gen.
func (in *ComputedHTTPBackendRef) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedGRPCRoute within kubernetes types, where deepcopy-gen is used.
func (in *ComputedGRPCRoute) DeepCopyInto(out *ComputedGRPCRoute) {
p := proto.Clone(in).(*ComputedGRPCRoute)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGRPCRoute. Required by controller-gen.
func (in *ComputedGRPCRoute) DeepCopy() *ComputedGRPCRoute {
if in == nil {
return nil
}
out := new(ComputedGRPCRoute)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGRPCRoute. Required by controller-gen.
func (in *ComputedGRPCRoute) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedGRPCRouteRule within kubernetes types, where deepcopy-gen is used.
func (in *ComputedGRPCRouteRule) DeepCopyInto(out *ComputedGRPCRouteRule) {
p := proto.Clone(in).(*ComputedGRPCRouteRule)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGRPCRouteRule. Required by controller-gen.
func (in *ComputedGRPCRouteRule) DeepCopy() *ComputedGRPCRouteRule {
if in == nil {
return nil
}
out := new(ComputedGRPCRouteRule)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGRPCRouteRule. Required by controller-gen.
func (in *ComputedGRPCRouteRule) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedGRPCBackendRef within kubernetes types, where deepcopy-gen is used.
func (in *ComputedGRPCBackendRef) DeepCopyInto(out *ComputedGRPCBackendRef) {
p := proto.Clone(in).(*ComputedGRPCBackendRef)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGRPCBackendRef. Required by controller-gen.
func (in *ComputedGRPCBackendRef) DeepCopy() *ComputedGRPCBackendRef {
if in == nil {
return nil
}
out := new(ComputedGRPCBackendRef)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedGRPCBackendRef. Required by controller-gen.
func (in *ComputedGRPCBackendRef) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedTCPRoute within kubernetes types, where deepcopy-gen is used.
func (in *ComputedTCPRoute) DeepCopyInto(out *ComputedTCPRoute) {
p := proto.Clone(in).(*ComputedTCPRoute)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedTCPRoute. Required by controller-gen.
func (in *ComputedTCPRoute) DeepCopy() *ComputedTCPRoute {
if in == nil {
return nil
}
out := new(ComputedTCPRoute)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedTCPRoute. Required by controller-gen.
func (in *ComputedTCPRoute) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedTCPRouteRule within kubernetes types, where deepcopy-gen is used.
func (in *ComputedTCPRouteRule) DeepCopyInto(out *ComputedTCPRouteRule) {
p := proto.Clone(in).(*ComputedTCPRouteRule)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedTCPRouteRule. Required by controller-gen.
func (in *ComputedTCPRouteRule) DeepCopy() *ComputedTCPRouteRule {
if in == nil {
return nil
}
out := new(ComputedTCPRouteRule)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedTCPRouteRule. Required by controller-gen.
func (in *ComputedTCPRouteRule) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedTCPBackendRef within kubernetes types, where deepcopy-gen is used.
func (in *ComputedTCPBackendRef) DeepCopyInto(out *ComputedTCPBackendRef) {
p := proto.Clone(in).(*ComputedTCPBackendRef)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedTCPBackendRef. Required by controller-gen.
func (in *ComputedTCPBackendRef) DeepCopy() *ComputedTCPBackendRef {
if in == nil {
return nil
}
out := new(ComputedTCPBackendRef)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedTCPBackendRef. Required by controller-gen.
func (in *ComputedTCPBackendRef) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using BackendTargetDetails within kubernetes types, where deepcopy-gen is used.
func (in *BackendTargetDetails) DeepCopyInto(out *BackendTargetDetails) {
p := proto.Clone(in).(*BackendTargetDetails)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackendTargetDetails. Required by controller-gen.
func (in *BackendTargetDetails) DeepCopy() *BackendTargetDetails {
if in == nil {
return nil
}
out := new(BackendTargetDetails)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new BackendTargetDetails. Required by controller-gen.
func (in *BackendTargetDetails) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedFailoverConfig within kubernetes types, where deepcopy-gen is used.
func (in *ComputedFailoverConfig) DeepCopyInto(out *ComputedFailoverConfig) {
p := proto.Clone(in).(*ComputedFailoverConfig)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedFailoverConfig. Required by controller-gen.
func (in *ComputedFailoverConfig) DeepCopy() *ComputedFailoverConfig {
if in == nil {
return nil
}
out := new(ComputedFailoverConfig)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedFailoverConfig. Required by controller-gen.
func (in *ComputedFailoverConfig) DeepCopyInterface() interface{} {
return in.DeepCopy()
}
// DeepCopyInto supports using ComputedFailoverDestination within kubernetes types, where deepcopy-gen is used.
func (in *ComputedFailoverDestination) DeepCopyInto(out *ComputedFailoverDestination) {
p := proto.Clone(in).(*ComputedFailoverDestination)
*out = *p
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComputedFailoverDestination. Required by controller-gen.
func (in *ComputedFailoverDestination) DeepCopy() *ComputedFailoverDestination {
if in == nil {
return nil
}
out := new(ComputedFailoverDestination)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ComputedFailoverDestination. Required by controller-gen.
func (in *ComputedFailoverDestination) DeepCopyInterface() interface{} {
return in.DeepCopy()
}