Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / pkg / apis / bpa / v1alpha1 / zz_generated.deepcopy.go
index cf76880..878b20d 100644 (file)
@@ -143,6 +143,99 @@ func (in *ProvisioningStatus) DeepCopy() *ProvisioningStatus {
        return out
 }
 
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
+func (in *Software) DeepCopyInto(out *Software) {
+       *out = *in
+       out.TypeMeta = in.TypeMeta
+       in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
+       out.Spec = in.Spec
+       out.Status = in.Status
+       return
+}
+
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Software.
+func (in *Software) DeepCopy() *Software {
+       if in == nil {
+               return nil
+       }
+       out := new(Software)
+       in.DeepCopyInto(out)
+       return out
+}
+
+// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
+func (in *Software) DeepCopyObject() runtime.Object {
+       if c := in.DeepCopy(); c != nil {
+               return c
+       }
+       return nil
+}
+
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
+func (in *SoftwareList) DeepCopyInto(out *SoftwareList) {
+       *out = *in
+       out.TypeMeta = in.TypeMeta
+       out.ListMeta = in.ListMeta
+       if in.Items != nil {
+               in, out := &in.Items, &out.Items
+               *out = make([]Software, len(*in))
+               for i := range *in {
+                       (*in)[i].DeepCopyInto(&(*out)[i])
+               }
+       }
+       return
+}
+
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SoftwareList.
+func (in *SoftwareList) DeepCopy() *SoftwareList {
+       if in == nil {
+               return nil
+       }
+       out := new(SoftwareList)
+       in.DeepCopyInto(out)
+       return out
+}
+
+// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
+func (in *SoftwareList) DeepCopyObject() runtime.Object {
+       if c := in.DeepCopy(); c != nil {
+               return c
+       }
+       return nil
+}
+
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
+func (in *SoftwareSpec) DeepCopyInto(out *SoftwareSpec) {
+       *out = *in
+       return
+}
+
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SoftwareSpec.
+func (in *SoftwareSpec) DeepCopy() *SoftwareSpec {
+       if in == nil {
+               return nil
+       }
+       out := new(SoftwareSpec)
+       in.DeepCopyInto(out)
+       return out
+}
+
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
+func (in *SoftwareStatus) DeepCopyInto(out *SoftwareStatus) {
+       *out = *in
+       return
+}
+
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SoftwareStatus.
+func (in *SoftwareStatus) DeepCopy() *SoftwareStatus {
+       if in == nil {
+               return nil
+       }
+       out := new(SoftwareStatus)
+       in.DeepCopyInto(out)
+       return out
+}
+
 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 func (in *Worker) DeepCopyInto(out *Worker) {
        *out = *in