consul/proto-public/pbmulticluster/v2beta1/exported_services_consumer_...

28 lines
954 B
Go

// Code generated by protoc-gen-deepcopy. DO NOT EDIT.
package multiclusterv2beta1
import (
proto "google.golang.org/protobuf/proto"
)
// DeepCopyInto supports using ExportedServicesConsumer within kubernetes types, where deepcopy-gen is used.
func (in *ExportedServicesConsumer) DeepCopyInto(out *ExportedServicesConsumer) {
proto.Reset(out)
proto.Merge(out, proto.Clone(in))
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExportedServicesConsumer. Required by controller-gen.
func (in *ExportedServicesConsumer) DeepCopy() *ExportedServicesConsumer {
if in == nil {
return nil
}
out := new(ExportedServicesConsumer)
in.DeepCopyInto(out)
return out
}
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new ExportedServicesConsumer. Required by controller-gen.
func (in *ExportedServicesConsumer) DeepCopyInterface() interface{} {
return in.DeepCopy()
}