DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
()
| 173 | |
| 174 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 175 | func (in *BackupList) DeepCopyObject() runtime.Object { |
| 176 | if c := in.DeepCopy(); c != nil { |
| 177 | return c |
| 178 | } |
| 179 | return nil |
| 180 | } |
| 181 | |
| 182 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 183 | func (in *BackupPluginConfiguration) DeepCopyInto(out *BackupPluginConfiguration) { |