Update generated files

This commit is contained in:
Dr. Stefan Schimanski
2018-06-29 20:02:31 +02:00
parent 4e44170d72
commit f8de7cea40
214 changed files with 2046 additions and 2096 deletions

View File

@@ -1877,9 +1877,7 @@ func (in *List) DeepCopyInto(out *List) {
in, out := &in.Items, &out.Items
*out = make([]runtime.Object, len(*in))
for i := range *in {
if (*in)[i] == nil {
(*out)[i] = nil
} else {
if (*in)[i] != nil {
(*out)[i] = (*in)[i].DeepCopyObject()
}
}