DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
()
| 116 | |
| 117 | // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. |
| 118 | func (in *Backup) DeepCopyObject() runtime.Object { |
| 119 | if c := in.DeepCopy(); c != nil { |
| 120 | return c |
| 121 | } |
| 122 | return nil |
| 123 | } |
| 124 | |
| 125 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 126 | func (in *BackupConfiguration) DeepCopyInto(out *BackupConfiguration) { |
no test coverage detected