Remote Write Config and Filter operator
[demo.git] / vnfs / DAaaS / microservices / remote-config-operator / pkg / apis / onap / v1alpha1 / zz_generated.deepcopy.go
index 9fb5940..15aef9f 100644 (file)
@@ -25,27 +25,6 @@ func (in *KafkaConfig) DeepCopy() *KafkaConfig {
        return out
 }
 
-// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
-func (in *Metadata) DeepCopyInto(out *Metadata) {
-       *out = *in
-       if in.Labels != nil {
-               in, out := &in.Labels, &out.Labels
-               *out = make([]string, len(*in))
-               copy(*out, *in)
-       }
-       return
-}
-
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metadata.
-func (in *Metadata) DeepCopy() *Metadata {
-       if in == nil {
-               return nil
-       }
-       out := new(Metadata)
-       in.DeepCopyInto(out)
-       return out
-}
-
 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 func (in *PrometheusRemoteEndpoint) DeepCopyInto(out *PrometheusRemoteEndpoint) {
        *out = *in
@@ -78,7 +57,7 @@ func (in *PrometheusRemoteEndpoint) DeepCopyObject() runtime.Object {
 func (in *PrometheusRemoteEndpointList) DeepCopyInto(out *PrometheusRemoteEndpointList) {
        *out = *in
        out.TypeMeta = in.TypeMeta
-       out.ListMeta = in.ListMeta
+       in.ListMeta.DeepCopyInto(&out.ListMeta)
        if in.Items != nil {
                in, out := &in.Items, &out.Items
                *out = make([]PrometheusRemoteEndpoint, len(*in))
@@ -193,7 +172,7 @@ func (in *RemoteFilterAction) DeepCopyObject() runtime.Object {
 func (in *RemoteFilterActionList) DeepCopyInto(out *RemoteFilterActionList) {
        *out = *in
        out.TypeMeta = in.TypeMeta
-       out.ListMeta = in.ListMeta
+       in.ListMeta.DeepCopyInto(&out.ListMeta)
        if in.Items != nil {
                in, out := &in.Items, &out.Items
                *out = make([]RemoteFilterAction, len(*in))