2023-10-13 14:55:58 +00:00
|
|
|
// 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) {
|
2023-10-13 20:41:22 +00:00
|
|
|
proto.Reset(out)
|
|
|
|
proto.Merge(out, proto.Clone(in))
|
2023-10-13 14:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// 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) {
|
2023-10-13 20:41:22 +00:00
|
|
|
proto.Reset(out)
|
|
|
|
proto.Merge(out, proto.Clone(in))
|
2023-10-13 14:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// 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) {
|
2023-10-13 20:41:22 +00:00
|
|
|
proto.Reset(out)
|
|
|
|
proto.Merge(out, proto.Clone(in))
|
2023-10-13 14:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// 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()
|
|
|
|
}
|