DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageSpec.
()
| 611 | |
| 612 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageSpec. |
| 613 | func (in *StorageSpec) DeepCopy() *StorageSpec { |
| 614 | if in == nil { |
| 615 | return nil |
| 616 | } |
| 617 | out := new(StorageSpec) |
| 618 | in.DeepCopyInto(out) |
| 619 | return out |
| 620 | } |
| 621 | |
| 622 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 623 | func (in *StorageStatus) DeepCopyInto(out *StorageStatus) { |
nothing calls this directly
no test coverage detected