DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup.
()
| 106 | |
| 107 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup. |
| 108 | func (in *Backup) DeepCopy() *Backup { |
| 109 | if in == nil { |
| 110 | return nil |
| 111 | } |
| 112 | out := new(Backup) |
| 113 | in.DeepCopyInto(out) |
| 114 | return out |
| 115 | } |
| 116 | |
| 117 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 118 | func (in *Backup) DeepCopyObject() runtime.Object { |
no test coverage detected