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