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