mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-02-20 23:56:23 +08:00
generated
Kubernetes-commit: 369314959c1bf096c1d3502f10b28a00c3d12691
This commit is contained in:
parent
ee0fa8a6f6
commit
597a3c0528
@ -56,7 +56,7 @@ func (in *Foo) DeepCopyObject() runtime.Object {
|
||||
func (in *FooList) DeepCopyInto(out *FooList) {
|
||||
*out = *in
|
||||
out.TypeMeta = in.TypeMeta
|
||||
out.ListMeta = in.ListMeta
|
||||
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]Foo, len(*in))
|
||||
|
Loading…
Reference in New Issue
Block a user