1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

go generate

This commit is contained in:
kinarashah
2019-09-26 18:46:02 -07:00
committed by Alena Prokharchyk
parent e224aa2b01
commit 6bbedae77a
104 changed files with 1433 additions and 1383 deletions

View File

@@ -9,7 +9,7 @@ import (
func (in *JobList) DeepCopyInto(out *JobList) {
*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([]batchv1.Job, len(*in))