kubernetes/staging/src/k8s.io/apiserver/pkg/endpoints/testing/zz_generated.deepcopy.go

// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Simple) DeepCopyInto(out *Simple) {}

// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Simple.
func (in *Simple) DeepCopy() *Simple {}

// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *Simple) DeepCopyObject() runtime.Object {}

// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SimpleGetOptions) DeepCopyInto(out *SimpleGetOptions) {}

// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleGetOptions.
func (in *SimpleGetOptions) DeepCopy() *SimpleGetOptions {}

// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *SimpleGetOptions) DeepCopyObject() runtime.Object {}

// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SimpleList) DeepCopyInto(out *SimpleList) {}

// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleList.
func (in *SimpleList) DeepCopy() *SimpleList {}

// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *SimpleList) DeepCopyObject() runtime.Object {}

// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SimpleRoot) DeepCopyInto(out *SimpleRoot) {}

// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleRoot.
func (in *SimpleRoot) DeepCopy() *SimpleRoot {}

// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *SimpleRoot) DeepCopyObject() runtime.Object {}

// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *SimpleXGSubresource) DeepCopyInto(out *SimpleXGSubresource) {}

// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SimpleXGSubresource.
func (in *SimpleXGSubresource) DeepCopy() *SimpleXGSubresource {}

// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (in *SimpleXGSubresource) DeepCopyObject() runtime.Object {}