Update generated files

This commit is contained in:
Dr. Stefan Schimanski
2018-06-13 09:53:47 +02:00
parent d1bff9f8f4
commit 1208437f84
84 changed files with 1779 additions and 4968 deletions

View File

@@ -62,12 +62,8 @@ func (in *ClusterRole) DeepCopyInto(out *ClusterRole) {
}
if in.AggregationRule != nil {
in, out := &in.AggregationRule, &out.AggregationRule
if *in == nil {
*out = nil
} else {
*out = new(AggregationRule)
(*in).DeepCopyInto(*out)
}
*out = new(AggregationRule)
(*in).DeepCopyInto(*out)
}
return
}