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