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