Generated files

This commit is contained in:
Jordan Liggitt
2017-08-07 15:16:21 -04:00
parent 1bb19dfcc5
commit c7defb806f
34 changed files with 127 additions and 507 deletions

View File

@@ -147,7 +147,7 @@ func autoConvert_batch_JobList_To_v1_JobList(in *batch.JobList, out *v1.JobList,
}
}
} else {
out.Items = make([]v1.Job, 0)
out.Items = nil
}
return nil
}