DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Storage.
()
| 529 | |
| 530 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Storage. |
| 531 | func (in *Storage) DeepCopy() *Storage { |
| 532 | if in == nil { |
| 533 | return nil |
| 534 | } |
| 535 | out := new(Storage) |
| 536 | in.DeepCopyInto(out) |
| 537 | return out |
| 538 | } |
| 539 | |
| 540 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 541 | func (in *Storage) DeepCopyObject() runtime.Object { |
no test coverage detected