DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
(out *Backup)
| 97 | |
| 98 | // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. |
| 99 | func (in *Backup) DeepCopyInto(out *Backup) { |
| 100 | *out = *in |
| 101 | out.TypeMeta = in.TypeMeta |
| 102 | in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) |
| 103 | in.Spec.DeepCopyInto(&out.Spec) |
| 104 | in.Status.DeepCopyInto(&out.Status) |
| 105 | } |
| 106 | |
| 107 | // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backup. |
| 108 | func (in *Backup) DeepCopy() *Backup { |
no test coverage detected