DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelSpec.
()
| 148 | |
| 149 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelSpec. |
| 150 | func (in *ModelSpec) DeepCopy() *ModelSpec { |
| 151 | if in == nil { |
| 152 | return nil |
| 153 | } |
| 154 | out := new(ModelSpec) |
| 155 | in.DeepCopyInto(out) |
| 156 | return out |
| 157 | } |
| 158 | |
| 159 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 160 | func (in *ModelStatus) DeepCopyInto(out *ModelStatus) { |
nothing calls this directly
no test coverage detected