DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupList.
()
| 163 | |
| 164 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupList. |
| 165 | func (in *BackupList) DeepCopy() *BackupList { |
| 166 | if in == nil { |
| 167 | return nil |
| 168 | } |
| 169 | out := new(BackupList) |
| 170 | in.DeepCopyInto(out) |
| 171 | return out |
| 172 | } |
| 173 | |
| 174 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 175 | func (in *BackupList) DeepCopyObject() runtime.Object { |
no test coverage detected