DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupStatus.
()
| 345 | |
| 346 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupStatus. |
| 347 | func (in *BackupStatus) DeepCopy() *BackupStatus { |
| 348 | if in == nil { |
| 349 | return nil |
| 350 | } |
| 351 | out := new(BackupStatus) |
| 352 | in.DeepCopyInto(out) |
| 353 | return out |
| 354 | } |
| 355 | |
| 356 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 357 | func (in *BootstrapConfiguration) DeepCopyInto(out *BootstrapConfiguration) { |
nothing calls this directly
no test coverage detected