DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
()
| 76 | |
| 77 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 78 | func (in *Model) DeepCopyObject() runtime.Object { |
| 79 | if c := in.DeepCopy(); c != nil { |
| 80 | return c |
| 81 | } |
| 82 | return nil |
| 83 | } |
| 84 | |
| 85 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 86 | func (in *ModelDeploymentSpec) DeepCopyInto(out *ModelDeploymentSpec) { |