mirror of https://github.com/status-im/consul.git
112 lines
4.0 KiB
Go
112 lines
4.0 KiB
Go
// Code generated by protoc-gen-deepcopy. DO NOT EDIT.
|
|
package meshv2beta1
|
|
|
|
import (
|
|
proto "google.golang.org/protobuf/proto"
|
|
)
|
|
|
|
// DeepCopyInto supports using DestinationsConfiguration within kubernetes types, where deepcopy-gen is used.
|
|
func (in *DestinationsConfiguration) DeepCopyInto(out *DestinationsConfiguration) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DestinationsConfiguration. Required by controller-gen.
|
|
func (in *DestinationsConfiguration) DeepCopy() *DestinationsConfiguration {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DestinationsConfiguration)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new DestinationsConfiguration. Required by controller-gen.
|
|
func (in *DestinationsConfiguration) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|
|
|
|
// DeepCopyInto supports using DestinationConfigOverrides within kubernetes types, where deepcopy-gen is used.
|
|
func (in *DestinationConfigOverrides) DeepCopyInto(out *DestinationConfigOverrides) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DestinationConfigOverrides. Required by controller-gen.
|
|
func (in *DestinationConfigOverrides) DeepCopy() *DestinationConfigOverrides {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DestinationConfigOverrides)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new DestinationConfigOverrides. Required by controller-gen.
|
|
func (in *DestinationConfigOverrides) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|
|
|
|
// DeepCopyInto supports using DestinationConfiguration within kubernetes types, where deepcopy-gen is used.
|
|
func (in *DestinationConfiguration) DeepCopyInto(out *DestinationConfiguration) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DestinationConfiguration. Required by controller-gen.
|
|
func (in *DestinationConfiguration) DeepCopy() *DestinationConfiguration {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DestinationConfiguration)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new DestinationConfiguration. Required by controller-gen.
|
|
func (in *DestinationConfiguration) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|
|
|
|
// DeepCopyInto supports using DestinationLimits within kubernetes types, where deepcopy-gen is used.
|
|
func (in *DestinationLimits) DeepCopyInto(out *DestinationLimits) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DestinationLimits. Required by controller-gen.
|
|
func (in *DestinationLimits) DeepCopy() *DestinationLimits {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DestinationLimits)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new DestinationLimits. Required by controller-gen.
|
|
func (in *DestinationLimits) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|
|
|
|
// DeepCopyInto supports using PassiveHealthCheck within kubernetes types, where deepcopy-gen is used.
|
|
func (in *PassiveHealthCheck) DeepCopyInto(out *PassiveHealthCheck) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PassiveHealthCheck. Required by controller-gen.
|
|
func (in *PassiveHealthCheck) DeepCopy() *PassiveHealthCheck {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(PassiveHealthCheck)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new PassiveHealthCheck. Required by controller-gen.
|
|
func (in *PassiveHealthCheck) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|