9fb594050c28fa721cc28275e0cbe588a3fc8fd1
[demo.git] / vnfs / DAaaS / microservices / remote-config-operator / pkg / apis / onap / v1alpha1 / zz_generated.deepcopy.go
1 // +build !ignore_autogenerated
2
3 // Code generated by operator-sdk. DO NOT EDIT.
4
5 package v1alpha1
6
7 import (
8         v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
9         runtime "k8s.io/apimachinery/pkg/runtime"
10 )
11
12 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
13 func (in *KafkaConfig) DeepCopyInto(out *KafkaConfig) {
14         *out = *in
15         return
16 }
17
18 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KafkaConfig.
19 func (in *KafkaConfig) DeepCopy() *KafkaConfig {
20         if in == nil {
21                 return nil
22         }
23         out := new(KafkaConfig)
24         in.DeepCopyInto(out)
25         return out
26 }
27
28 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
29 func (in *Metadata) DeepCopyInto(out *Metadata) {
30         *out = *in
31         if in.Labels != nil {
32                 in, out := &in.Labels, &out.Labels
33                 *out = make([]string, len(*in))
34                 copy(*out, *in)
35         }
36         return
37 }
38
39 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metadata.
40 func (in *Metadata) DeepCopy() *Metadata {
41         if in == nil {
42                 return nil
43         }
44         out := new(Metadata)
45         in.DeepCopyInto(out)
46         return out
47 }
48
49 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
50 func (in *PrometheusRemoteEndpoint) DeepCopyInto(out *PrometheusRemoteEndpoint) {
51         *out = *in
52         out.TypeMeta = in.TypeMeta
53         in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
54         in.Spec.DeepCopyInto(&out.Spec)
55         out.Status = in.Status
56         return
57 }
58
59 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrometheusRemoteEndpoint.
60 func (in *PrometheusRemoteEndpoint) DeepCopy() *PrometheusRemoteEndpoint {
61         if in == nil {
62                 return nil
63         }
64         out := new(PrometheusRemoteEndpoint)
65         in.DeepCopyInto(out)
66         return out
67 }
68
69 // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
70 func (in *PrometheusRemoteEndpoint) DeepCopyObject() runtime.Object {
71         if c := in.DeepCopy(); c != nil {
72                 return c
73         }
74         return nil
75 }
76
77 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
78 func (in *PrometheusRemoteEndpointList) DeepCopyInto(out *PrometheusRemoteEndpointList) {
79         *out = *in
80         out.TypeMeta = in.TypeMeta
81         out.ListMeta = in.ListMeta
82         if in.Items != nil {
83                 in, out := &in.Items, &out.Items
84                 *out = make([]PrometheusRemoteEndpoint, len(*in))
85                 for i := range *in {
86                         (*in)[i].DeepCopyInto(&(*out)[i])
87                 }
88         }
89         return
90 }
91
92 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrometheusRemoteEndpointList.
93 func (in *PrometheusRemoteEndpointList) DeepCopy() *PrometheusRemoteEndpointList {
94         if in == nil {
95                 return nil
96         }
97         out := new(PrometheusRemoteEndpointList)
98         in.DeepCopyInto(out)
99         return out
100 }
101
102 // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
103 func (in *PrometheusRemoteEndpointList) DeepCopyObject() runtime.Object {
104         if c := in.DeepCopy(); c != nil {
105                 return c
106         }
107         return nil
108 }
109
110 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
111 func (in *PrometheusRemoteEndpointSpec) DeepCopyInto(out *PrometheusRemoteEndpointSpec) {
112         *out = *in
113         if in.FilterSelector != nil {
114                 in, out := &in.FilterSelector, &out.FilterSelector
115                 *out = new(v1.LabelSelector)
116                 (*in).DeepCopyInto(*out)
117         }
118         out.QueueConfig = in.QueueConfig
119         return
120 }
121
122 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrometheusRemoteEndpointSpec.
123 func (in *PrometheusRemoteEndpointSpec) DeepCopy() *PrometheusRemoteEndpointSpec {
124         if in == nil {
125                 return nil
126         }
127         out := new(PrometheusRemoteEndpointSpec)
128         in.DeepCopyInto(out)
129         return out
130 }
131
132 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
133 func (in *PrometheusRemoteEndpointStatus) DeepCopyInto(out *PrometheusRemoteEndpointStatus) {
134         *out = *in
135         return
136 }
137
138 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrometheusRemoteEndpointStatus.
139 func (in *PrometheusRemoteEndpointStatus) DeepCopy() *PrometheusRemoteEndpointStatus {
140         if in == nil {
141                 return nil
142         }
143         out := new(PrometheusRemoteEndpointStatus)
144         in.DeepCopyInto(out)
145         return out
146 }
147
148 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
149 func (in *QueueConfig) DeepCopyInto(out *QueueConfig) {
150         *out = *in
151         return
152 }
153
154 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QueueConfig.
155 func (in *QueueConfig) DeepCopy() *QueueConfig {
156         if in == nil {
157                 return nil
158         }
159         out := new(QueueConfig)
160         in.DeepCopyInto(out)
161         return out
162 }
163
164 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
165 func (in *RemoteFilterAction) DeepCopyInto(out *RemoteFilterAction) {
166         *out = *in
167         out.TypeMeta = in.TypeMeta
168         in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
169         in.Spec.DeepCopyInto(&out.Spec)
170         out.Status = in.Status
171         return
172 }
173
174 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RemoteFilterAction.
175 func (in *RemoteFilterAction) DeepCopy() *RemoteFilterAction {
176         if in == nil {
177                 return nil
178         }
179         out := new(RemoteFilterAction)
180         in.DeepCopyInto(out)
181         return out
182 }
183
184 // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
185 func (in *RemoteFilterAction) DeepCopyObject() runtime.Object {
186         if c := in.DeepCopy(); c != nil {
187                 return c
188         }
189         return nil
190 }
191
192 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
193 func (in *RemoteFilterActionList) DeepCopyInto(out *RemoteFilterActionList) {
194         *out = *in
195         out.TypeMeta = in.TypeMeta
196         out.ListMeta = in.ListMeta
197         if in.Items != nil {
198                 in, out := &in.Items, &out.Items
199                 *out = make([]RemoteFilterAction, len(*in))
200                 for i := range *in {
201                         (*in)[i].DeepCopyInto(&(*out)[i])
202                 }
203         }
204         return
205 }
206
207 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RemoteFilterActionList.
208 func (in *RemoteFilterActionList) DeepCopy() *RemoteFilterActionList {
209         if in == nil {
210                 return nil
211         }
212         out := new(RemoteFilterActionList)
213         in.DeepCopyInto(out)
214         return out
215 }
216
217 // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
218 func (in *RemoteFilterActionList) DeepCopyObject() runtime.Object {
219         if c := in.DeepCopy(); c != nil {
220                 return c
221         }
222         return nil
223 }
224
225 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
226 func (in *RemoteFilterActionSpec) DeepCopyInto(out *RemoteFilterActionSpec) {
227         *out = *in
228         if in.SourceLabels != nil {
229                 in, out := &in.SourceLabels, &out.SourceLabels
230                 *out = make([]string, len(*in))
231                 copy(*out, *in)
232         }
233         return
234 }
235
236 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RemoteFilterActionSpec.
237 func (in *RemoteFilterActionSpec) DeepCopy() *RemoteFilterActionSpec {
238         if in == nil {
239                 return nil
240         }
241         out := new(RemoteFilterActionSpec)
242         in.DeepCopyInto(out)
243         return out
244 }
245
246 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
247 func (in *RemoteFilterActionStatus) DeepCopyInto(out *RemoteFilterActionStatus) {
248         *out = *in
249         return
250 }
251
252 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RemoteFilterActionStatus.
253 func (in *RemoteFilterActionStatus) DeepCopy() *RemoteFilterActionStatus {
254         if in == nil {
255                 return nil
256         }
257         out := new(RemoteFilterActionStatus)
258         in.DeepCopyInto(out)
259         return out
260 }