DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupSpec.
()
| 280 | |
| 281 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupSpec. |
| 282 | func (in *BackupSpec) DeepCopy() *BackupSpec { |
| 283 | if in == nil { |
| 284 | return nil |
| 285 | } |
| 286 | out := new(BackupSpec) |
| 287 | in.DeepCopyInto(out) |
| 288 | return out |
| 289 | } |
| 290 | |
| 291 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 292 | func (in *BackupStatus) DeepCopyInto(out *BackupStatus) { |
nothing calls this directly
no test coverage detected