DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageList.
()
| 578 | |
| 579 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageList. |
| 580 | func (in *StorageList) DeepCopy() *StorageList { |
| 581 | if in == nil { |
| 582 | return nil |
| 583 | } |
| 584 | out := new(StorageList) |
| 585 | in.DeepCopyInto(out) |
| 586 | return out |
| 587 | } |
| 588 | |
| 589 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 590 | func (in *StorageList) DeepCopyObject() runtime.Object { |
no test coverage detected