DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
()
| 125 | |
| 126 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 127 | func (in *ModelList) DeepCopyObject() runtime.Object { |
| 128 | if c := in.DeepCopy(); c != nil { |
| 129 | return c |
| 130 | } |
| 131 | return nil |
| 132 | } |
| 133 | |
| 134 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 135 | func (in *ModelSpec) DeepCopyInto(out *ModelSpec) { |