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