• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubescape / storage / 6729874685

02 Nov 2023 08:09AM UTC coverage: 23.401%. First build
6729874685

Pull #61

github

web-flow
Merge 976bb473e into 09a68c262
Pull Request #61: wrap profile in containers

33 of 33 new or added lines in 1 file covered. (100.0%)

977 of 4175 relevant lines covered (23.4%)

7.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pkg/apis/softwarecomposition/zz_generated.deepcopy.go
1
//go:build !ignore_autogenerated
2
// +build !ignore_autogenerated
3

4
/*
5
Copyright The Kubernetes Authors.
6

7
Licensed under the Apache License, Version 2.0 (the "License");
8
you may not use this file except in compliance with the License.
9
You may obtain a copy of the License at
10

11
    http://www.apache.org/licenses/LICENSE-2.0
12

13
Unless required by applicable law or agreed to in writing, software
14
distributed under the License is distributed on an "AS IS" BASIS,
15
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
See the License for the specific language governing permissions and
17
limitations under the License.
18
*/
19

20
// Code generated by deepcopy-gen. DO NOT EDIT.
21

22
package softwarecomposition
23

24
import (
25
        json "encoding/json"
26

27
        v1 "k8s.io/api/core/v1"
28
        metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
29
        runtime "k8s.io/apimachinery/pkg/runtime"
30
)
31

32
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
33
func (in *Advisory) DeepCopyInto(out *Advisory) {
×
34
        *out = *in
×
35
        return
×
36
}
×
37

38
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Advisory.
39
func (in *Advisory) DeepCopy() *Advisory {
×
40
        if in == nil {
×
41
                return nil
×
42
        }
×
43
        out := new(Advisory)
×
44
        in.DeepCopyInto(out)
×
45
        return out
×
46
}
47

48
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
49
func (in *Annotation) DeepCopyInto(out *Annotation) {
×
50
        *out = *in
×
51
        out.Annotator = in.Annotator
×
52
        out.AnnotationSPDXIdentifier = in.AnnotationSPDXIdentifier
×
53
        return
×
54
}
×
55

56
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Annotation.
57
func (in *Annotation) DeepCopy() *Annotation {
×
58
        if in == nil {
×
59
                return nil
×
60
        }
×
61
        out := new(Annotation)
×
62
        in.DeepCopyInto(out)
×
63
        return out
×
64
}
65

66
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
67
func (in *Annotator) DeepCopyInto(out *Annotator) {
×
68
        *out = *in
×
69
        return
×
70
}
×
71

72
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Annotator.
73
func (in *Annotator) DeepCopy() *Annotator {
×
74
        if in == nil {
×
75
                return nil
×
76
        }
×
77
        out := new(Annotator)
×
78
        in.DeepCopyInto(out)
×
79
        return out
×
80
}
81

82
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
83
func (in *ApplicationActivity) DeepCopyInto(out *ApplicationActivity) {
×
84
        *out = *in
×
85
        out.TypeMeta = in.TypeMeta
×
86
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
87
        in.Spec.DeepCopyInto(&out.Spec)
×
88
        out.Status = in.Status
×
89
        return
×
90
}
×
91

92
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivity.
93
func (in *ApplicationActivity) DeepCopy() *ApplicationActivity {
×
94
        if in == nil {
×
95
                return nil
×
96
        }
×
97
        out := new(ApplicationActivity)
×
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 *ApplicationActivity) 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 *ApplicationActivityList) DeepCopyInto(out *ApplicationActivityList) {
×
112
        *out = *in
×
113
        out.TypeMeta = in.TypeMeta
×
114
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
115
        if in.Items != nil {
×
116
                in, out := &in.Items, &out.Items
×
117
                *out = make([]ApplicationActivity, len(*in))
×
118
                for i := range *in {
×
119
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
120
                }
×
121
        }
122
        return
×
123
}
124

125
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivityList.
126
func (in *ApplicationActivityList) DeepCopy() *ApplicationActivityList {
×
127
        if in == nil {
×
128
                return nil
×
129
        }
×
130
        out := new(ApplicationActivityList)
×
131
        in.DeepCopyInto(out)
×
132
        return out
×
133
}
134

135
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
136
func (in *ApplicationActivityList) DeepCopyObject() runtime.Object {
×
137
        if c := in.DeepCopy(); c != nil {
×
138
                return c
×
139
        }
×
140
        return nil
×
141
}
142

143
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
144
func (in *ApplicationActivitySpec) DeepCopyInto(out *ApplicationActivitySpec) {
×
145
        *out = *in
×
146
        if in.Syscalls != nil {
×
147
                in, out := &in.Syscalls, &out.Syscalls
×
148
                *out = make([]string, len(*in))
×
149
                copy(*out, *in)
×
150
        }
×
151
        return
×
152
}
153

154
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivitySpec.
155
func (in *ApplicationActivitySpec) DeepCopy() *ApplicationActivitySpec {
×
156
        if in == nil {
×
157
                return nil
×
158
        }
×
159
        out := new(ApplicationActivitySpec)
×
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 *ApplicationActivityStatus) DeepCopyInto(out *ApplicationActivityStatus) {
×
166
        *out = *in
×
167
        return
×
168
}
×
169

170
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationActivityStatus.
171
func (in *ApplicationActivityStatus) DeepCopy() *ApplicationActivityStatus {
×
172
        if in == nil {
×
173
                return nil
×
174
        }
×
175
        out := new(ApplicationActivityStatus)
×
176
        in.DeepCopyInto(out)
×
177
        return out
×
178
}
179

180
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
181
func (in *ApplicationProfile) DeepCopyInto(out *ApplicationProfile) {
×
182
        *out = *in
×
183
        out.TypeMeta = in.TypeMeta
×
184
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
185
        in.Spec.DeepCopyInto(&out.Spec)
×
186
        out.Status = in.Status
×
187
        return
×
188
}
×
189

190
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfile.
191
func (in *ApplicationProfile) DeepCopy() *ApplicationProfile {
×
192
        if in == nil {
×
193
                return nil
×
194
        }
×
195
        out := new(ApplicationProfile)
×
196
        in.DeepCopyInto(out)
×
197
        return out
×
198
}
199

200
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
201
func (in *ApplicationProfile) DeepCopyObject() runtime.Object {
×
202
        if c := in.DeepCopy(); c != nil {
×
203
                return c
×
204
        }
×
205
        return nil
×
206
}
207

208
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
209
func (in *ApplicationProfileContainer) DeepCopyInto(out *ApplicationProfileContainer) {
×
210
        *out = *in
×
211
        if in.Capabilities != nil {
×
212
                in, out := &in.Capabilities, &out.Capabilities
×
213
                *out = make([]string, len(*in))
×
214
                copy(*out, *in)
×
215
        }
×
216
        if in.Execs != nil {
×
217
                in, out := &in.Execs, &out.Execs
×
218
                *out = make([]ExecCalls, len(*in))
×
219
                for i := range *in {
×
220
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
221
                }
×
222
        }
223
        if in.Opens != nil {
×
224
                in, out := &in.Opens, &out.Opens
×
225
                *out = make([]OpenCalls, len(*in))
×
226
                for i := range *in {
×
227
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
228
                }
×
229
        }
230
        return
×
231
}
232

233
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileContainer.
234
func (in *ApplicationProfileContainer) DeepCopy() *ApplicationProfileContainer {
×
235
        if in == nil {
×
236
                return nil
×
237
        }
×
238
        out := new(ApplicationProfileContainer)
×
239
        in.DeepCopyInto(out)
×
240
        return out
×
241
}
242

243
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
244
func (in *ApplicationProfileList) DeepCopyInto(out *ApplicationProfileList) {
×
245
        *out = *in
×
246
        out.TypeMeta = in.TypeMeta
×
247
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
248
        if in.Items != nil {
×
249
                in, out := &in.Items, &out.Items
×
250
                *out = make([]ApplicationProfile, len(*in))
×
251
                for i := range *in {
×
252
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
253
                }
×
254
        }
255
        return
×
256
}
257

258
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileList.
259
func (in *ApplicationProfileList) DeepCopy() *ApplicationProfileList {
×
260
        if in == nil {
×
261
                return nil
×
262
        }
×
263
        out := new(ApplicationProfileList)
×
264
        in.DeepCopyInto(out)
×
265
        return out
×
266
}
267

268
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
269
func (in *ApplicationProfileList) DeepCopyObject() runtime.Object {
×
270
        if c := in.DeepCopy(); c != nil {
×
271
                return c
×
272
        }
×
273
        return nil
×
274
}
275

276
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
277
func (in *ApplicationProfileSpec) DeepCopyInto(out *ApplicationProfileSpec) {
×
278
        *out = *in
×
279
        if in.Containers != nil {
×
280
                in, out := &in.Containers, &out.Containers
×
281
                *out = make([]ApplicationProfileContainer, len(*in))
×
282
                for i := range *in {
×
283
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
284
                }
×
285
        }
286
        if in.InitContainers != nil {
×
287
                in, out := &in.InitContainers, &out.InitContainers
×
288
                *out = make([]ApplicationProfileContainer, len(*in))
×
289
                for i := range *in {
×
290
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
291
                }
×
292
        }
293
        return
×
294
}
295

296
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileSpec.
297
func (in *ApplicationProfileSpec) DeepCopy() *ApplicationProfileSpec {
×
298
        if in == nil {
×
299
                return nil
×
300
        }
×
301
        out := new(ApplicationProfileSpec)
×
302
        in.DeepCopyInto(out)
×
303
        return out
×
304
}
305

306
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
307
func (in *ApplicationProfileStatus) DeepCopyInto(out *ApplicationProfileStatus) {
×
308
        *out = *in
×
309
        return
×
310
}
×
311

312
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileStatus.
313
func (in *ApplicationProfileStatus) DeepCopy() *ApplicationProfileStatus {
×
314
        if in == nil {
×
315
                return nil
×
316
        }
×
317
        out := new(ApplicationProfileStatus)
×
318
        in.DeepCopyInto(out)
×
319
        return out
×
320
}
321

322
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
323
func (in *ApplicationProfileSummary) DeepCopyInto(out *ApplicationProfileSummary) {
×
324
        *out = *in
×
325
        out.TypeMeta = in.TypeMeta
×
326
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
327
        return
×
328
}
×
329

330
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileSummary.
331
func (in *ApplicationProfileSummary) DeepCopy() *ApplicationProfileSummary {
×
332
        if in == nil {
×
333
                return nil
×
334
        }
×
335
        out := new(ApplicationProfileSummary)
×
336
        in.DeepCopyInto(out)
×
337
        return out
×
338
}
339

340
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
341
func (in *ApplicationProfileSummary) DeepCopyObject() runtime.Object {
×
342
        if c := in.DeepCopy(); c != nil {
×
343
                return c
×
344
        }
×
345
        return nil
×
346
}
347

348
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
349
func (in *ApplicationProfileSummaryList) DeepCopyInto(out *ApplicationProfileSummaryList) {
×
350
        *out = *in
×
351
        out.TypeMeta = in.TypeMeta
×
352
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
353
        if in.Items != nil {
×
354
                in, out := &in.Items, &out.Items
×
355
                *out = make([]ApplicationProfileSummary, len(*in))
×
356
                for i := range *in {
×
357
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
358
                }
×
359
        }
360
        return
×
361
}
362

363
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileSummaryList.
364
func (in *ApplicationProfileSummaryList) DeepCopy() *ApplicationProfileSummaryList {
×
365
        if in == nil {
×
366
                return nil
×
367
        }
×
368
        out := new(ApplicationProfileSummaryList)
×
369
        in.DeepCopyInto(out)
×
370
        return out
×
371
}
372

373
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
374
func (in *ApplicationProfileSummaryList) DeepCopyObject() runtime.Object {
×
375
        if c := in.DeepCopy(); c != nil {
×
376
                return c
×
377
        }
×
378
        return nil
×
379
}
380

381
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
382
func (in *ArtifactOfProject) DeepCopyInto(out *ArtifactOfProject) {
×
383
        *out = *in
×
384
        return
×
385
}
×
386

387
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ArtifactOfProject.
388
func (in *ArtifactOfProject) DeepCopy() *ArtifactOfProject {
×
389
        if in == nil {
×
390
                return nil
×
391
        }
×
392
        out := new(ArtifactOfProject)
×
393
        in.DeepCopyInto(out)
×
394
        return out
×
395
}
396

397
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
398
func (in *Checksum) DeepCopyInto(out *Checksum) {
×
399
        *out = *in
×
400
        return
×
401
}
×
402

403
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Checksum.
404
func (in *Checksum) DeepCopy() *Checksum {
×
405
        if in == nil {
×
406
                return nil
×
407
        }
×
408
        out := new(Checksum)
×
409
        in.DeepCopyInto(out)
×
410
        return out
×
411
}
412

413
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
414
func (in *Component) DeepCopyInto(out *Component) {
×
415
        *out = *in
×
416
        if in.Hashes != nil {
×
417
                in, out := &in.Hashes, &out.Hashes
×
418
                *out = make(map[Algorithm]Hash, len(*in))
×
419
                for key, val := range *in {
×
420
                        (*out)[key] = val
×
421
                }
×
422
        }
423
        if in.Identifiers != nil {
×
424
                in, out := &in.Identifiers, &out.Identifiers
×
425
                *out = make(map[IdentifierType]string, len(*in))
×
426
                for key, val := range *in {
×
427
                        (*out)[key] = val
×
428
                }
×
429
        }
430
        return
×
431
}
432

433
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Component.
434
func (in *Component) DeepCopy() *Component {
×
435
        if in == nil {
×
436
                return nil
×
437
        }
×
438
        out := new(Component)
×
439
        in.DeepCopyInto(out)
×
440
        return out
×
441
}
442

443
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
444
func (in *ConfigurationScanSummary) DeepCopyInto(out *ConfigurationScanSummary) {
×
445
        *out = *in
×
446
        out.TypeMeta = in.TypeMeta
×
447
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
448
        in.Spec.DeepCopyInto(&out.Spec)
×
449
        return
×
450
}
×
451

452
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationScanSummary.
453
func (in *ConfigurationScanSummary) DeepCopy() *ConfigurationScanSummary {
×
454
        if in == nil {
×
455
                return nil
×
456
        }
×
457
        out := new(ConfigurationScanSummary)
×
458
        in.DeepCopyInto(out)
×
459
        return out
×
460
}
461

462
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
463
func (in *ConfigurationScanSummary) DeepCopyObject() runtime.Object {
×
464
        if c := in.DeepCopy(); c != nil {
×
465
                return c
×
466
        }
×
467
        return nil
×
468
}
469

470
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
471
func (in *ConfigurationScanSummaryList) DeepCopyInto(out *ConfigurationScanSummaryList) {
×
472
        *out = *in
×
473
        out.TypeMeta = in.TypeMeta
×
474
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
475
        if in.Items != nil {
×
476
                in, out := &in.Items, &out.Items
×
477
                *out = make([]ConfigurationScanSummary, len(*in))
×
478
                for i := range *in {
×
479
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
480
                }
×
481
        }
482
        return
×
483
}
484

485
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationScanSummaryList.
486
func (in *ConfigurationScanSummaryList) DeepCopy() *ConfigurationScanSummaryList {
×
487
        if in == nil {
×
488
                return nil
×
489
        }
×
490
        out := new(ConfigurationScanSummaryList)
×
491
        in.DeepCopyInto(out)
×
492
        return out
×
493
}
494

495
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
496
func (in *ConfigurationScanSummaryList) DeepCopyObject() runtime.Object {
×
497
        if c := in.DeepCopy(); c != nil {
×
498
                return c
×
499
        }
×
500
        return nil
×
501
}
502

503
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
504
func (in *ConfigurationScanSummarySpec) DeepCopyInto(out *ConfigurationScanSummarySpec) {
×
505
        *out = *in
×
506
        out.Severities = in.Severities
×
507
        if in.WorkloadConfigurationScanSummaryIdentifiers != nil {
×
508
                in, out := &in.WorkloadConfigurationScanSummaryIdentifiers, &out.WorkloadConfigurationScanSummaryIdentifiers
×
509
                *out = make([]WorkloadConfigurationScanSummaryIdentifier, len(*in))
×
510
                copy(*out, *in)
×
511
        }
×
512
        return
×
513
}
514

515
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationScanSummarySpec.
516
func (in *ConfigurationScanSummarySpec) DeepCopy() *ConfigurationScanSummarySpec {
×
517
        if in == nil {
×
518
                return nil
×
519
        }
×
520
        out := new(ConfigurationScanSummarySpec)
×
521
        in.DeepCopyInto(out)
×
522
        return out
×
523
}
524

525
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
526
func (in *ControlSeverity) DeepCopyInto(out *ControlSeverity) {
×
527
        *out = *in
×
528
        return
×
529
}
×
530

531
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlSeverity.
532
func (in *ControlSeverity) DeepCopy() *ControlSeverity {
×
533
        if in == nil {
×
534
                return nil
×
535
        }
×
536
        out := new(ControlSeverity)
×
537
        in.DeepCopyInto(out)
×
538
        return out
×
539
}
540

541
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
542
func (in *CreationInfo) DeepCopyInto(out *CreationInfo) {
×
543
        *out = *in
×
544
        if in.Creators != nil {
×
545
                in, out := &in.Creators, &out.Creators
×
546
                *out = make([]Creator, len(*in))
×
547
                copy(*out, *in)
×
548
        }
×
549
        return
×
550
}
551

552
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreationInfo.
553
func (in *CreationInfo) DeepCopy() *CreationInfo {
×
554
        if in == nil {
×
555
                return nil
×
556
        }
×
557
        out := new(CreationInfo)
×
558
        in.DeepCopyInto(out)
×
559
        return out
×
560
}
561

562
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
563
func (in *Creator) DeepCopyInto(out *Creator) {
×
564
        *out = *in
×
565
        return
×
566
}
×
567

568
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Creator.
569
func (in *Creator) DeepCopy() *Creator {
×
570
        if in == nil {
×
571
                return nil
×
572
        }
×
573
        out := new(Creator)
×
574
        in.DeepCopyInto(out)
×
575
        return out
×
576
}
577

578
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
579
func (in *Cvss) DeepCopyInto(out *Cvss) {
×
580
        *out = *in
×
581
        in.Metrics.DeepCopyInto(&out.Metrics)
×
582
        if in.VendorMetadata != nil {
×
583
                in, out := &in.VendorMetadata, &out.VendorMetadata
×
584
                *out = make(json.RawMessage, len(*in))
×
585
                copy(*out, *in)
×
586
        }
×
587
        return
×
588
}
589

590
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cvss.
591
func (in *Cvss) DeepCopy() *Cvss {
×
592
        if in == nil {
×
593
                return nil
×
594
        }
×
595
        out := new(Cvss)
×
596
        in.DeepCopyInto(out)
×
597
        return out
×
598
}
599

600
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
601
func (in *CvssMetrics) DeepCopyInto(out *CvssMetrics) {
×
602
        *out = *in
×
603
        if in.ExploitabilityScore != nil {
×
604
                in, out := &in.ExploitabilityScore, &out.ExploitabilityScore
×
605
                *out = new(float64)
×
606
                **out = **in
×
607
        }
×
608
        if in.ImpactScore != nil {
×
609
                in, out := &in.ImpactScore, &out.ImpactScore
×
610
                *out = new(float64)
×
611
                **out = **in
×
612
        }
×
613
        return
×
614
}
615

616
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CvssMetrics.
617
func (in *CvssMetrics) DeepCopy() *CvssMetrics {
×
618
        if in == nil {
×
619
                return nil
×
620
        }
×
621
        out := new(CvssMetrics)
×
622
        in.DeepCopyInto(out)
×
623
        return out
×
624
}
625

626
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
627
func (in *Descriptor) DeepCopyInto(out *Descriptor) {
×
628
        *out = *in
×
629
        if in.Configuration != nil {
×
630
                in, out := &in.Configuration, &out.Configuration
×
631
                *out = make(json.RawMessage, len(*in))
×
632
                copy(*out, *in)
×
633
        }
×
634
        if in.VulnerabilityDBStatus != nil {
×
635
                in, out := &in.VulnerabilityDBStatus, &out.VulnerabilityDBStatus
×
636
                *out = make(json.RawMessage, len(*in))
×
637
                copy(*out, *in)
×
638
        }
×
639
        return
×
640
}
641

642
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Descriptor.
643
func (in *Descriptor) DeepCopy() *Descriptor {
×
644
        if in == nil {
×
645
                return nil
×
646
        }
×
647
        out := new(Descriptor)
×
648
        in.DeepCopyInto(out)
×
649
        return out
×
650
}
651

652
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
653
func (in *Distribution) DeepCopyInto(out *Distribution) {
×
654
        *out = *in
×
655
        if in.IDLike != nil {
×
656
                in, out := &in.IDLike, &out.IDLike
×
657
                *out = make([]string, len(*in))
×
658
                copy(*out, *in)
×
659
        }
×
660
        return
×
661
}
662

663
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Distribution.
664
func (in *Distribution) DeepCopy() *Distribution {
×
665
        if in == nil {
×
666
                return nil
×
667
        }
×
668
        out := new(Distribution)
×
669
        in.DeepCopyInto(out)
×
670
        return out
×
671
}
672

673
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
674
func (in *DocElementID) DeepCopyInto(out *DocElementID) {
×
675
        *out = *in
×
676
        return
×
677
}
×
678

679
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DocElementID.
680
func (in *DocElementID) DeepCopy() *DocElementID {
×
681
        if in == nil {
×
682
                return nil
×
683
        }
×
684
        out := new(DocElementID)
×
685
        in.DeepCopyInto(out)
×
686
        return out
×
687
}
688

689
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
690
func (in *Document) DeepCopyInto(out *Document) {
×
691
        *out = *in
×
692
        if in.DocumentDescribes != nil {
×
693
                in, out := &in.DocumentDescribes, &out.DocumentDescribes
×
694
                *out = make([]string, len(*in))
×
695
                copy(*out, *in)
×
696
        }
×
697
        if in.ExternalDocumentReferences != nil {
×
698
                in, out := &in.ExternalDocumentReferences, &out.ExternalDocumentReferences
×
699
                *out = make([]ExternalDocumentRef, len(*in))
×
700
                copy(*out, *in)
×
701
        }
×
702
        if in.CreationInfo != nil {
×
703
                in, out := &in.CreationInfo, &out.CreationInfo
×
704
                *out = new(CreationInfo)
×
705
                (*in).DeepCopyInto(*out)
×
706
        }
×
707
        if in.Packages != nil {
×
708
                in, out := &in.Packages, &out.Packages
×
709
                *out = make([]*Package, len(*in))
×
710
                for i := range *in {
×
711
                        if (*in)[i] != nil {
×
712
                                in, out := &(*in)[i], &(*out)[i]
×
713
                                *out = new(Package)
×
714
                                (*in).DeepCopyInto(*out)
×
715
                        }
×
716
                }
717
        }
718
        if in.Files != nil {
×
719
                in, out := &in.Files, &out.Files
×
720
                *out = make([]*File, len(*in))
×
721
                for i := range *in {
×
722
                        if (*in)[i] != nil {
×
723
                                in, out := &(*in)[i], &(*out)[i]
×
724
                                *out = new(File)
×
725
                                (*in).DeepCopyInto(*out)
×
726
                        }
×
727
                }
728
        }
729
        if in.OtherLicenses != nil {
×
730
                in, out := &in.OtherLicenses, &out.OtherLicenses
×
731
                *out = make([]*OtherLicense, len(*in))
×
732
                for i := range *in {
×
733
                        if (*in)[i] != nil {
×
734
                                in, out := &(*in)[i], &(*out)[i]
×
735
                                *out = new(OtherLicense)
×
736
                                (*in).DeepCopyInto(*out)
×
737
                        }
×
738
                }
739
        }
740
        if in.Relationships != nil {
×
741
                in, out := &in.Relationships, &out.Relationships
×
742
                *out = make([]*Relationship, len(*in))
×
743
                for i := range *in {
×
744
                        if (*in)[i] != nil {
×
745
                                in, out := &(*in)[i], &(*out)[i]
×
746
                                *out = new(Relationship)
×
747
                                **out = **in
×
748
                        }
×
749
                }
750
        }
751
        if in.Annotations != nil {
×
752
                in, out := &in.Annotations, &out.Annotations
×
753
                *out = make([]Annotation, len(*in))
×
754
                copy(*out, *in)
×
755
        }
×
756
        if in.Snippets != nil {
×
757
                in, out := &in.Snippets, &out.Snippets
×
758
                *out = make([]Snippet, len(*in))
×
759
                for i := range *in {
×
760
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
761
                }
×
762
        }
763
        if in.Reviews != nil {
×
764
                in, out := &in.Reviews, &out.Reviews
×
765
                *out = make([]*Review, len(*in))
×
766
                for i := range *in {
×
767
                        if (*in)[i] != nil {
×
768
                                in, out := &(*in)[i], &(*out)[i]
×
769
                                *out = new(Review)
×
770
                                **out = **in
×
771
                        }
×
772
                }
773
        }
774
        return
×
775
}
776

777
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Document.
778
func (in *Document) DeepCopy() *Document {
×
779
        if in == nil {
×
780
                return nil
×
781
        }
×
782
        out := new(Document)
×
783
        in.DeepCopyInto(out)
×
784
        return out
×
785
}
786

787
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
788
func (in *ExecCalls) DeepCopyInto(out *ExecCalls) {
×
789
        *out = *in
×
790
        if in.Args != nil {
×
791
                in, out := &in.Args, &out.Args
×
792
                *out = make([]string, len(*in))
×
793
                copy(*out, *in)
×
794
        }
×
795
        if in.Envs != nil {
×
796
                in, out := &in.Envs, &out.Envs
×
797
                *out = make([]string, len(*in))
×
798
                copy(*out, *in)
×
799
        }
×
800
        return
×
801
}
802

803
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecCalls.
804
func (in *ExecCalls) DeepCopy() *ExecCalls {
×
805
        if in == nil {
×
806
                return nil
×
807
        }
×
808
        out := new(ExecCalls)
×
809
        in.DeepCopyInto(out)
×
810
        return out
×
811
}
812

813
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
814
func (in *ExternalDocumentRef) DeepCopyInto(out *ExternalDocumentRef) {
×
815
        *out = *in
×
816
        out.Checksum = in.Checksum
×
817
        return
×
818
}
×
819

820
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalDocumentRef.
821
func (in *ExternalDocumentRef) DeepCopy() *ExternalDocumentRef {
×
822
        if in == nil {
×
823
                return nil
×
824
        }
×
825
        out := new(ExternalDocumentRef)
×
826
        in.DeepCopyInto(out)
×
827
        return out
×
828
}
829

830
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
831
func (in *File) DeepCopyInto(out *File) {
×
832
        *out = *in
×
833
        if in.FileTypes != nil {
×
834
                in, out := &in.FileTypes, &out.FileTypes
×
835
                *out = make([]string, len(*in))
×
836
                copy(*out, *in)
×
837
        }
×
838
        if in.Checksums != nil {
×
839
                in, out := &in.Checksums, &out.Checksums
×
840
                *out = make([]Checksum, len(*in))
×
841
                copy(*out, *in)
×
842
        }
×
843
        if in.LicenseInfoInFiles != nil {
×
844
                in, out := &in.LicenseInfoInFiles, &out.LicenseInfoInFiles
×
845
                *out = make([]string, len(*in))
×
846
                copy(*out, *in)
×
847
        }
×
848
        if in.ArtifactOfProjects != nil {
×
849
                in, out := &in.ArtifactOfProjects, &out.ArtifactOfProjects
×
850
                *out = make([]*ArtifactOfProject, len(*in))
×
851
                for i := range *in {
×
852
                        if (*in)[i] != nil {
×
853
                                in, out := &(*in)[i], &(*out)[i]
×
854
                                *out = new(ArtifactOfProject)
×
855
                                **out = **in
×
856
                        }
×
857
                }
858
        }
859
        if in.FileContributors != nil {
×
860
                in, out := &in.FileContributors, &out.FileContributors
×
861
                *out = make([]string, len(*in))
×
862
                copy(*out, *in)
×
863
        }
×
864
        if in.FileAttributionTexts != nil {
×
865
                in, out := &in.FileAttributionTexts, &out.FileAttributionTexts
×
866
                *out = make([]string, len(*in))
×
867
                copy(*out, *in)
×
868
        }
×
869
        if in.FileDependencies != nil {
×
870
                in, out := &in.FileDependencies, &out.FileDependencies
×
871
                *out = make([]string, len(*in))
×
872
                copy(*out, *in)
×
873
        }
×
874
        if in.Snippets != nil {
×
875
                in, out := &in.Snippets, &out.Snippets
×
876
                *out = make(map[ElementID]*Snippet, len(*in))
×
877
                for key, val := range *in {
×
878
                        var outVal *Snippet
×
879
                        if val == nil {
×
880
                                (*out)[key] = nil
×
881
                        } else {
×
882
                                in, out := &val, &outVal
×
883
                                *out = new(Snippet)
×
884
                                (*in).DeepCopyInto(*out)
×
885
                        }
×
886
                        (*out)[key] = outVal
×
887
                }
888
        }
889
        if in.Annotations != nil {
×
890
                in, out := &in.Annotations, &out.Annotations
×
891
                *out = make([]Annotation, len(*in))
×
892
                copy(*out, *in)
×
893
        }
×
894
        return
×
895
}
896

897
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new File.
898
func (in *File) DeepCopy() *File {
×
899
        if in == nil {
×
900
                return nil
×
901
        }
×
902
        out := new(File)
×
903
        in.DeepCopyInto(out)
×
904
        return out
×
905
}
906

907
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
908
func (in *Fix) DeepCopyInto(out *Fix) {
×
909
        *out = *in
×
910
        if in.Versions != nil {
×
911
                in, out := &in.Versions, &out.Versions
×
912
                *out = make([]string, len(*in))
×
913
                copy(*out, *in)
×
914
        }
×
915
        return
×
916
}
917

918
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Fix.
919
func (in *Fix) DeepCopy() *Fix {
×
920
        if in == nil {
×
921
                return nil
×
922
        }
×
923
        out := new(Fix)
×
924
        in.DeepCopyInto(out)
×
925
        return out
×
926
}
927

928
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
929
func (in *GeneratedNetworkPolicy) DeepCopyInto(out *GeneratedNetworkPolicy) {
×
930
        *out = *in
×
931
        out.TypeMeta = in.TypeMeta
×
932
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
933
        in.Spec.DeepCopyInto(&out.Spec)
×
934
        if in.PoliciesRef != nil {
×
935
                in, out := &in.PoliciesRef, &out.PoliciesRef
×
936
                *out = make([]PolicyRef, len(*in))
×
937
                copy(*out, *in)
×
938
        }
×
939
        return
×
940
}
941

942
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeneratedNetworkPolicy.
943
func (in *GeneratedNetworkPolicy) DeepCopy() *GeneratedNetworkPolicy {
×
944
        if in == nil {
×
945
                return nil
×
946
        }
×
947
        out := new(GeneratedNetworkPolicy)
×
948
        in.DeepCopyInto(out)
×
949
        return out
×
950
}
951

952
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
953
func (in *GeneratedNetworkPolicy) DeepCopyObject() runtime.Object {
×
954
        if c := in.DeepCopy(); c != nil {
×
955
                return c
×
956
        }
×
957
        return nil
×
958
}
959

960
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
961
func (in *GeneratedNetworkPolicyList) DeepCopyInto(out *GeneratedNetworkPolicyList) {
×
962
        *out = *in
×
963
        out.TypeMeta = in.TypeMeta
×
964
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
965
        if in.Items != nil {
×
966
                in, out := &in.Items, &out.Items
×
967
                *out = make([]GeneratedNetworkPolicy, len(*in))
×
968
                for i := range *in {
×
969
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
970
                }
×
971
        }
972
        return
×
973
}
974

975
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeneratedNetworkPolicyList.
976
func (in *GeneratedNetworkPolicyList) DeepCopy() *GeneratedNetworkPolicyList {
×
977
        if in == nil {
×
978
                return nil
×
979
        }
×
980
        out := new(GeneratedNetworkPolicyList)
×
981
        in.DeepCopyInto(out)
×
982
        return out
×
983
}
984

985
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
986
func (in *GeneratedNetworkPolicyList) DeepCopyObject() runtime.Object {
×
987
        if c := in.DeepCopy(); c != nil {
×
988
                return c
×
989
        }
×
990
        return nil
×
991
}
992

993
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
994
func (in *GrypeDocument) DeepCopyInto(out *GrypeDocument) {
×
995
        *out = *in
×
996
        if in.Matches != nil {
×
997
                in, out := &in.Matches, &out.Matches
×
998
                *out = make([]Match, len(*in))
×
999
                for i := range *in {
×
1000
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1001
                }
×
1002
        }
1003
        if in.IgnoredMatches != nil {
×
1004
                in, out := &in.IgnoredMatches, &out.IgnoredMatches
×
1005
                *out = make([]IgnoredMatch, len(*in))
×
1006
                for i := range *in {
×
1007
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1008
                }
×
1009
        }
1010
        if in.Source != nil {
×
1011
                in, out := &in.Source, &out.Source
×
1012
                *out = new(Source)
×
1013
                (*in).DeepCopyInto(*out)
×
1014
        }
×
1015
        in.Distro.DeepCopyInto(&out.Distro)
×
1016
        in.Descriptor.DeepCopyInto(&out.Descriptor)
×
1017
        return
×
1018
}
1019

1020
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrypeDocument.
1021
func (in *GrypeDocument) DeepCopy() *GrypeDocument {
×
1022
        if in == nil {
×
1023
                return nil
×
1024
        }
×
1025
        out := new(GrypeDocument)
×
1026
        in.DeepCopyInto(out)
×
1027
        return out
×
1028
}
1029

1030
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1031
func (in *GrypePackage) DeepCopyInto(out *GrypePackage) {
×
1032
        *out = *in
×
1033
        if in.Locations != nil {
×
1034
                in, out := &in.Locations, &out.Locations
×
1035
                *out = make([]SyftCoordinates, len(*in))
×
1036
                copy(*out, *in)
×
1037
        }
×
1038
        if in.Licenses != nil {
×
1039
                in, out := &in.Licenses, &out.Licenses
×
1040
                *out = make([]string, len(*in))
×
1041
                copy(*out, *in)
×
1042
        }
×
1043
        if in.CPEs != nil {
×
1044
                in, out := &in.CPEs, &out.CPEs
×
1045
                *out = make([]string, len(*in))
×
1046
                copy(*out, *in)
×
1047
        }
×
1048
        if in.Upstreams != nil {
×
1049
                in, out := &in.Upstreams, &out.Upstreams
×
1050
                *out = make([]UpstreamPackage, len(*in))
×
1051
                copy(*out, *in)
×
1052
        }
×
1053
        if in.Metadata != nil {
×
1054
                in, out := &in.Metadata, &out.Metadata
×
1055
                *out = make(json.RawMessage, len(*in))
×
1056
                copy(*out, *in)
×
1057
        }
×
1058
        return
×
1059
}
1060

1061
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrypePackage.
1062
func (in *GrypePackage) DeepCopy() *GrypePackage {
×
1063
        if in == nil {
×
1064
                return nil
×
1065
        }
×
1066
        out := new(GrypePackage)
×
1067
        in.DeepCopyInto(out)
×
1068
        return out
×
1069
}
1070

1071
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1072
func (in *HTTPIngressPath) DeepCopyInto(out *HTTPIngressPath) {
×
1073
        *out = *in
×
1074
        if in.PathType != nil {
×
1075
                in, out := &in.PathType, &out.PathType
×
1076
                *out = new(PathType)
×
1077
                **out = **in
×
1078
        }
×
1079
        in.Backend.DeepCopyInto(&out.Backend)
×
1080
        return
×
1081
}
1082

1083
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressPath.
1084
func (in *HTTPIngressPath) DeepCopy() *HTTPIngressPath {
×
1085
        if in == nil {
×
1086
                return nil
×
1087
        }
×
1088
        out := new(HTTPIngressPath)
×
1089
        in.DeepCopyInto(out)
×
1090
        return out
×
1091
}
1092

1093
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1094
func (in *HTTPIngressRuleValue) DeepCopyInto(out *HTTPIngressRuleValue) {
×
1095
        *out = *in
×
1096
        if in.Paths != nil {
×
1097
                in, out := &in.Paths, &out.Paths
×
1098
                *out = make([]HTTPIngressPath, len(*in))
×
1099
                for i := range *in {
×
1100
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1101
                }
×
1102
        }
1103
        return
×
1104
}
1105

1106
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressRuleValue.
1107
func (in *HTTPIngressRuleValue) DeepCopy() *HTTPIngressRuleValue {
×
1108
        if in == nil {
×
1109
                return nil
×
1110
        }
×
1111
        out := new(HTTPIngressRuleValue)
×
1112
        in.DeepCopyInto(out)
×
1113
        return out
×
1114
}
1115

1116
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1117
func (in *IPBlock) DeepCopyInto(out *IPBlock) {
×
1118
        *out = *in
×
1119
        if in.Except != nil {
×
1120
                in, out := &in.Except, &out.Except
×
1121
                *out = make([]string, len(*in))
×
1122
                copy(*out, *in)
×
1123
        }
×
1124
        return
×
1125
}
1126

1127
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPBlock.
1128
func (in *IPBlock) DeepCopy() *IPBlock {
×
1129
        if in == nil {
×
1130
                return nil
×
1131
        }
×
1132
        out := new(IPBlock)
×
1133
        in.DeepCopyInto(out)
×
1134
        return out
×
1135
}
1136

1137
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1138
func (in *IgnoreRule) DeepCopyInto(out *IgnoreRule) {
×
1139
        *out = *in
×
1140
        if in.Package != nil {
×
1141
                in, out := &in.Package, &out.Package
×
1142
                *out = new(IgnoreRulePackage)
×
1143
                **out = **in
×
1144
        }
×
1145
        return
×
1146
}
1147

1148
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoreRule.
1149
func (in *IgnoreRule) DeepCopy() *IgnoreRule {
×
1150
        if in == nil {
×
1151
                return nil
×
1152
        }
×
1153
        out := new(IgnoreRule)
×
1154
        in.DeepCopyInto(out)
×
1155
        return out
×
1156
}
1157

1158
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1159
func (in *IgnoreRulePackage) DeepCopyInto(out *IgnoreRulePackage) {
×
1160
        *out = *in
×
1161
        return
×
1162
}
×
1163

1164
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoreRulePackage.
1165
func (in *IgnoreRulePackage) DeepCopy() *IgnoreRulePackage {
×
1166
        if in == nil {
×
1167
                return nil
×
1168
        }
×
1169
        out := new(IgnoreRulePackage)
×
1170
        in.DeepCopyInto(out)
×
1171
        return out
×
1172
}
1173

1174
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1175
func (in *IgnoredMatch) DeepCopyInto(out *IgnoredMatch) {
×
1176
        *out = *in
×
1177
        in.Match.DeepCopyInto(&out.Match)
×
1178
        if in.AppliedIgnoreRules != nil {
×
1179
                in, out := &in.AppliedIgnoreRules, &out.AppliedIgnoreRules
×
1180
                *out = make([]IgnoreRule, len(*in))
×
1181
                for i := range *in {
×
1182
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1183
                }
×
1184
        }
1185
        return
×
1186
}
1187

1188
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoredMatch.
1189
func (in *IgnoredMatch) DeepCopy() *IgnoredMatch {
×
1190
        if in == nil {
×
1191
                return nil
×
1192
        }
×
1193
        out := new(IgnoredMatch)
×
1194
        in.DeepCopyInto(out)
×
1195
        return out
×
1196
}
1197

1198
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1199
func (in *Ingress) DeepCopyInto(out *Ingress) {
×
1200
        *out = *in
×
1201
        out.TypeMeta = in.TypeMeta
×
1202
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1203
        in.Spec.DeepCopyInto(&out.Spec)
×
1204
        in.Status.DeepCopyInto(&out.Status)
×
1205
        return
×
1206
}
×
1207

1208
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ingress.
1209
func (in *Ingress) DeepCopy() *Ingress {
×
1210
        if in == nil {
×
1211
                return nil
×
1212
        }
×
1213
        out := new(Ingress)
×
1214
        in.DeepCopyInto(out)
×
1215
        return out
×
1216
}
1217

1218
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1219
func (in *IngressBackend) DeepCopyInto(out *IngressBackend) {
×
1220
        *out = *in
×
1221
        if in.Service != nil {
×
1222
                in, out := &in.Service, &out.Service
×
1223
                *out = new(IngressServiceBackend)
×
1224
                **out = **in
×
1225
        }
×
1226
        if in.Resource != nil {
×
1227
                in, out := &in.Resource, &out.Resource
×
1228
                *out = new(v1.TypedLocalObjectReference)
×
1229
                (*in).DeepCopyInto(*out)
×
1230
        }
×
1231
        return
×
1232
}
1233

1234
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressBackend.
1235
func (in *IngressBackend) DeepCopy() *IngressBackend {
×
1236
        if in == nil {
×
1237
                return nil
×
1238
        }
×
1239
        out := new(IngressBackend)
×
1240
        in.DeepCopyInto(out)
×
1241
        return out
×
1242
}
1243

1244
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1245
func (in *IngressClass) DeepCopyInto(out *IngressClass) {
×
1246
        *out = *in
×
1247
        out.TypeMeta = in.TypeMeta
×
1248
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1249
        in.Spec.DeepCopyInto(&out.Spec)
×
1250
        return
×
1251
}
×
1252

1253
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClass.
1254
func (in *IngressClass) DeepCopy() *IngressClass {
×
1255
        if in == nil {
×
1256
                return nil
×
1257
        }
×
1258
        out := new(IngressClass)
×
1259
        in.DeepCopyInto(out)
×
1260
        return out
×
1261
}
1262

1263
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1264
func (in *IngressClassList) DeepCopyInto(out *IngressClassList) {
×
1265
        *out = *in
×
1266
        out.TypeMeta = in.TypeMeta
×
1267
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1268
        if in.Items != nil {
×
1269
                in, out := &in.Items, &out.Items
×
1270
                *out = make([]IngressClass, len(*in))
×
1271
                for i := range *in {
×
1272
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1273
                }
×
1274
        }
1275
        return
×
1276
}
1277

1278
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassList.
1279
func (in *IngressClassList) DeepCopy() *IngressClassList {
×
1280
        if in == nil {
×
1281
                return nil
×
1282
        }
×
1283
        out := new(IngressClassList)
×
1284
        in.DeepCopyInto(out)
×
1285
        return out
×
1286
}
1287

1288
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1289
func (in *IngressClassParametersReference) DeepCopyInto(out *IngressClassParametersReference) {
×
1290
        *out = *in
×
1291
        if in.APIGroup != nil {
×
1292
                in, out := &in.APIGroup, &out.APIGroup
×
1293
                *out = new(string)
×
1294
                **out = **in
×
1295
        }
×
1296
        if in.Scope != nil {
×
1297
                in, out := &in.Scope, &out.Scope
×
1298
                *out = new(string)
×
1299
                **out = **in
×
1300
        }
×
1301
        if in.Namespace != nil {
×
1302
                in, out := &in.Namespace, &out.Namespace
×
1303
                *out = new(string)
×
1304
                **out = **in
×
1305
        }
×
1306
        return
×
1307
}
1308

1309
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassParametersReference.
1310
func (in *IngressClassParametersReference) DeepCopy() *IngressClassParametersReference {
×
1311
        if in == nil {
×
1312
                return nil
×
1313
        }
×
1314
        out := new(IngressClassParametersReference)
×
1315
        in.DeepCopyInto(out)
×
1316
        return out
×
1317
}
1318

1319
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1320
func (in *IngressClassSpec) DeepCopyInto(out *IngressClassSpec) {
×
1321
        *out = *in
×
1322
        if in.Parameters != nil {
×
1323
                in, out := &in.Parameters, &out.Parameters
×
1324
                *out = new(IngressClassParametersReference)
×
1325
                (*in).DeepCopyInto(*out)
×
1326
        }
×
1327
        return
×
1328
}
1329

1330
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassSpec.
1331
func (in *IngressClassSpec) DeepCopy() *IngressClassSpec {
×
1332
        if in == nil {
×
1333
                return nil
×
1334
        }
×
1335
        out := new(IngressClassSpec)
×
1336
        in.DeepCopyInto(out)
×
1337
        return out
×
1338
}
1339

1340
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1341
func (in *IngressList) DeepCopyInto(out *IngressList) {
×
1342
        *out = *in
×
1343
        out.TypeMeta = in.TypeMeta
×
1344
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1345
        if in.Items != nil {
×
1346
                in, out := &in.Items, &out.Items
×
1347
                *out = make([]Ingress, len(*in))
×
1348
                for i := range *in {
×
1349
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1350
                }
×
1351
        }
1352
        return
×
1353
}
1354

1355
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressList.
1356
func (in *IngressList) DeepCopy() *IngressList {
×
1357
        if in == nil {
×
1358
                return nil
×
1359
        }
×
1360
        out := new(IngressList)
×
1361
        in.DeepCopyInto(out)
×
1362
        return out
×
1363
}
1364

1365
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1366
func (in *IngressLoadBalancerIngress) DeepCopyInto(out *IngressLoadBalancerIngress) {
×
1367
        *out = *in
×
1368
        if in.Ports != nil {
×
1369
                in, out := &in.Ports, &out.Ports
×
1370
                *out = make([]IngressPortStatus, len(*in))
×
1371
                for i := range *in {
×
1372
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1373
                }
×
1374
        }
1375
        return
×
1376
}
1377

1378
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressLoadBalancerIngress.
1379
func (in *IngressLoadBalancerIngress) DeepCopy() *IngressLoadBalancerIngress {
×
1380
        if in == nil {
×
1381
                return nil
×
1382
        }
×
1383
        out := new(IngressLoadBalancerIngress)
×
1384
        in.DeepCopyInto(out)
×
1385
        return out
×
1386
}
1387

1388
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1389
func (in *IngressLoadBalancerStatus) DeepCopyInto(out *IngressLoadBalancerStatus) {
×
1390
        *out = *in
×
1391
        if in.Ingress != nil {
×
1392
                in, out := &in.Ingress, &out.Ingress
×
1393
                *out = make([]IngressLoadBalancerIngress, len(*in))
×
1394
                for i := range *in {
×
1395
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1396
                }
×
1397
        }
1398
        return
×
1399
}
1400

1401
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressLoadBalancerStatus.
1402
func (in *IngressLoadBalancerStatus) DeepCopy() *IngressLoadBalancerStatus {
×
1403
        if in == nil {
×
1404
                return nil
×
1405
        }
×
1406
        out := new(IngressLoadBalancerStatus)
×
1407
        in.DeepCopyInto(out)
×
1408
        return out
×
1409
}
1410

1411
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1412
func (in *IngressPortStatus) DeepCopyInto(out *IngressPortStatus) {
×
1413
        *out = *in
×
1414
        if in.Error != nil {
×
1415
                in, out := &in.Error, &out.Error
×
1416
                *out = new(string)
×
1417
                **out = **in
×
1418
        }
×
1419
        return
×
1420
}
1421

1422
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressPortStatus.
1423
func (in *IngressPortStatus) DeepCopy() *IngressPortStatus {
×
1424
        if in == nil {
×
1425
                return nil
×
1426
        }
×
1427
        out := new(IngressPortStatus)
×
1428
        in.DeepCopyInto(out)
×
1429
        return out
×
1430
}
1431

1432
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1433
func (in *IngressRule) DeepCopyInto(out *IngressRule) {
×
1434
        *out = *in
×
1435
        in.IngressRuleValue.DeepCopyInto(&out.IngressRuleValue)
×
1436
        return
×
1437
}
×
1438

1439
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRule.
1440
func (in *IngressRule) DeepCopy() *IngressRule {
×
1441
        if in == nil {
×
1442
                return nil
×
1443
        }
×
1444
        out := new(IngressRule)
×
1445
        in.DeepCopyInto(out)
×
1446
        return out
×
1447
}
1448

1449
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1450
func (in *IngressRuleValue) DeepCopyInto(out *IngressRuleValue) {
×
1451
        *out = *in
×
1452
        if in.HTTP != nil {
×
1453
                in, out := &in.HTTP, &out.HTTP
×
1454
                *out = new(HTTPIngressRuleValue)
×
1455
                (*in).DeepCopyInto(*out)
×
1456
        }
×
1457
        return
×
1458
}
1459

1460
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRuleValue.
1461
func (in *IngressRuleValue) DeepCopy() *IngressRuleValue {
×
1462
        if in == nil {
×
1463
                return nil
×
1464
        }
×
1465
        out := new(IngressRuleValue)
×
1466
        in.DeepCopyInto(out)
×
1467
        return out
×
1468
}
1469

1470
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1471
func (in *IngressServiceBackend) DeepCopyInto(out *IngressServiceBackend) {
×
1472
        *out = *in
×
1473
        out.Port = in.Port
×
1474
        return
×
1475
}
×
1476

1477
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressServiceBackend.
1478
func (in *IngressServiceBackend) DeepCopy() *IngressServiceBackend {
×
1479
        if in == nil {
×
1480
                return nil
×
1481
        }
×
1482
        out := new(IngressServiceBackend)
×
1483
        in.DeepCopyInto(out)
×
1484
        return out
×
1485
}
1486

1487
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1488
func (in *IngressSpec) DeepCopyInto(out *IngressSpec) {
×
1489
        *out = *in
×
1490
        if in.IngressClassName != nil {
×
1491
                in, out := &in.IngressClassName, &out.IngressClassName
×
1492
                *out = new(string)
×
1493
                **out = **in
×
1494
        }
×
1495
        if in.DefaultBackend != nil {
×
1496
                in, out := &in.DefaultBackend, &out.DefaultBackend
×
1497
                *out = new(IngressBackend)
×
1498
                (*in).DeepCopyInto(*out)
×
1499
        }
×
1500
        if in.TLS != nil {
×
1501
                in, out := &in.TLS, &out.TLS
×
1502
                *out = make([]IngressTLS, len(*in))
×
1503
                for i := range *in {
×
1504
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1505
                }
×
1506
        }
1507
        if in.Rules != nil {
×
1508
                in, out := &in.Rules, &out.Rules
×
1509
                *out = make([]IngressRule, len(*in))
×
1510
                for i := range *in {
×
1511
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1512
                }
×
1513
        }
1514
        return
×
1515
}
1516

1517
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressSpec.
1518
func (in *IngressSpec) DeepCopy() *IngressSpec {
×
1519
        if in == nil {
×
1520
                return nil
×
1521
        }
×
1522
        out := new(IngressSpec)
×
1523
        in.DeepCopyInto(out)
×
1524
        return out
×
1525
}
1526

1527
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1528
func (in *IngressStatus) DeepCopyInto(out *IngressStatus) {
×
1529
        *out = *in
×
1530
        in.LoadBalancer.DeepCopyInto(&out.LoadBalancer)
×
1531
        return
×
1532
}
×
1533

1534
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressStatus.
1535
func (in *IngressStatus) DeepCopy() *IngressStatus {
×
1536
        if in == nil {
×
1537
                return nil
×
1538
        }
×
1539
        out := new(IngressStatus)
×
1540
        in.DeepCopyInto(out)
×
1541
        return out
×
1542
}
1543

1544
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1545
func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
×
1546
        *out = *in
×
1547
        if in.Hosts != nil {
×
1548
                in, out := &in.Hosts, &out.Hosts
×
1549
                *out = make([]string, len(*in))
×
1550
                copy(*out, *in)
×
1551
        }
×
1552
        return
×
1553
}
1554

1555
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
1556
func (in *IngressTLS) DeepCopy() *IngressTLS {
×
1557
        if in == nil {
×
1558
                return nil
×
1559
        }
×
1560
        out := new(IngressTLS)
×
1561
        in.DeepCopyInto(out)
×
1562
        return out
×
1563
}
1564

1565
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1566
func (in *KnownServers) DeepCopyInto(out *KnownServers) {
×
1567
        *out = *in
×
1568
        return
×
1569
}
×
1570

1571
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KnownServers.
1572
func (in *KnownServers) DeepCopy() *KnownServers {
×
1573
        if in == nil {
×
1574
                return nil
×
1575
        }
×
1576
        out := new(KnownServers)
×
1577
        in.DeepCopyInto(out)
×
1578
        return out
×
1579
}
1580

1581
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1582
func (in *Match) DeepCopyInto(out *Match) {
×
1583
        *out = *in
×
1584
        in.Vulnerability.DeepCopyInto(&out.Vulnerability)
×
1585
        if in.RelatedVulnerabilities != nil {
×
1586
                in, out := &in.RelatedVulnerabilities, &out.RelatedVulnerabilities
×
1587
                *out = make([]VulnerabilityMetadata, len(*in))
×
1588
                for i := range *in {
×
1589
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1590
                }
×
1591
        }
1592
        if in.MatchDetails != nil {
×
1593
                in, out := &in.MatchDetails, &out.MatchDetails
×
1594
                *out = make([]MatchDetails, len(*in))
×
1595
                for i := range *in {
×
1596
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1597
                }
×
1598
        }
1599
        in.Artifact.DeepCopyInto(&out.Artifact)
×
1600
        return
×
1601
}
1602

1603
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Match.
1604
func (in *Match) DeepCopy() *Match {
×
1605
        if in == nil {
×
1606
                return nil
×
1607
        }
×
1608
        out := new(Match)
×
1609
        in.DeepCopyInto(out)
×
1610
        return out
×
1611
}
1612

1613
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1614
func (in *MatchDetails) DeepCopyInto(out *MatchDetails) {
×
1615
        *out = *in
×
1616
        if in.SearchedBy != nil {
×
1617
                in, out := &in.SearchedBy, &out.SearchedBy
×
1618
                *out = make(json.RawMessage, len(*in))
×
1619
                copy(*out, *in)
×
1620
        }
×
1621
        if in.Found != nil {
×
1622
                in, out := &in.Found, &out.Found
×
1623
                *out = make(json.RawMessage, len(*in))
×
1624
                copy(*out, *in)
×
1625
        }
×
1626
        return
×
1627
}
1628

1629
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchDetails.
1630
func (in *MatchDetails) DeepCopy() *MatchDetails {
×
1631
        if in == nil {
×
1632
                return nil
×
1633
        }
×
1634
        out := new(MatchDetails)
×
1635
        in.DeepCopyInto(out)
×
1636
        return out
×
1637
}
1638

1639
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1640
func (in *Metadata) DeepCopyInto(out *Metadata) {
×
1641
        *out = *in
×
1642
        return
×
1643
}
×
1644

1645
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metadata.
1646
func (in *Metadata) DeepCopy() *Metadata {
×
1647
        if in == nil {
×
1648
                return nil
×
1649
        }
×
1650
        out := new(Metadata)
×
1651
        in.DeepCopyInto(out)
×
1652
        return out
×
1653
}
1654

1655
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1656
func (in *NetworkNeighbor) DeepCopyInto(out *NetworkNeighbor) {
×
1657
        *out = *in
×
1658
        if in.Ports != nil {
×
1659
                in, out := &in.Ports, &out.Ports
×
1660
                *out = make([]NetworkPort, len(*in))
×
1661
                for i := range *in {
×
1662
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1663
                }
×
1664
        }
1665
        if in.PodSelector != nil {
×
1666
                in, out := &in.PodSelector, &out.PodSelector
×
1667
                *out = new(metav1.LabelSelector)
×
1668
                (*in).DeepCopyInto(*out)
×
1669
        }
×
1670
        if in.NamespaceSelector != nil {
×
1671
                in, out := &in.NamespaceSelector, &out.NamespaceSelector
×
1672
                *out = new(metav1.LabelSelector)
×
1673
                (*in).DeepCopyInto(*out)
×
1674
        }
×
1675
        return
×
1676
}
1677

1678
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighbor.
1679
func (in *NetworkNeighbor) DeepCopy() *NetworkNeighbor {
×
1680
        if in == nil {
×
1681
                return nil
×
1682
        }
×
1683
        out := new(NetworkNeighbor)
×
1684
        in.DeepCopyInto(out)
×
1685
        return out
×
1686
}
1687

1688
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1689
func (in *NetworkNeighbors) DeepCopyInto(out *NetworkNeighbors) {
×
1690
        *out = *in
×
1691
        out.TypeMeta = in.TypeMeta
×
1692
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1693
        in.Spec.DeepCopyInto(&out.Spec)
×
1694
        return
×
1695
}
×
1696

1697
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighbors.
1698
func (in *NetworkNeighbors) DeepCopy() *NetworkNeighbors {
×
1699
        if in == nil {
×
1700
                return nil
×
1701
        }
×
1702
        out := new(NetworkNeighbors)
×
1703
        in.DeepCopyInto(out)
×
1704
        return out
×
1705
}
1706

1707
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
1708
func (in *NetworkNeighbors) DeepCopyObject() runtime.Object {
×
1709
        if c := in.DeepCopy(); c != nil {
×
1710
                return c
×
1711
        }
×
1712
        return nil
×
1713
}
1714

1715
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1716
func (in *NetworkNeighborsList) DeepCopyInto(out *NetworkNeighborsList) {
×
1717
        *out = *in
×
1718
        out.TypeMeta = in.TypeMeta
×
1719
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1720
        if in.Items != nil {
×
1721
                in, out := &in.Items, &out.Items
×
1722
                *out = make([]NetworkNeighbors, len(*in))
×
1723
                for i := range *in {
×
1724
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1725
                }
×
1726
        }
1727
        return
×
1728
}
1729

1730
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborsList.
1731
func (in *NetworkNeighborsList) DeepCopy() *NetworkNeighborsList {
×
1732
        if in == nil {
×
1733
                return nil
×
1734
        }
×
1735
        out := new(NetworkNeighborsList)
×
1736
        in.DeepCopyInto(out)
×
1737
        return out
×
1738
}
1739

1740
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
1741
func (in *NetworkNeighborsList) DeepCopyObject() runtime.Object {
×
1742
        if c := in.DeepCopy(); c != nil {
×
1743
                return c
×
1744
        }
×
1745
        return nil
×
1746
}
1747

1748
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1749
func (in *NetworkNeighborsSpec) DeepCopyInto(out *NetworkNeighborsSpec) {
×
1750
        *out = *in
×
1751
        in.LabelSelector.DeepCopyInto(&out.LabelSelector)
×
1752
        if in.Ingress != nil {
×
1753
                in, out := &in.Ingress, &out.Ingress
×
1754
                *out = make([]NetworkNeighbor, len(*in))
×
1755
                for i := range *in {
×
1756
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1757
                }
×
1758
        }
1759
        if in.Egress != nil {
×
1760
                in, out := &in.Egress, &out.Egress
×
1761
                *out = make([]NetworkNeighbor, len(*in))
×
1762
                for i := range *in {
×
1763
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1764
                }
×
1765
        }
1766
        return
×
1767
}
1768

1769
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborsSpec.
1770
func (in *NetworkNeighborsSpec) DeepCopy() *NetworkNeighborsSpec {
×
1771
        if in == nil {
×
1772
                return nil
×
1773
        }
×
1774
        out := new(NetworkNeighborsSpec)
×
1775
        in.DeepCopyInto(out)
×
1776
        return out
×
1777
}
1778

1779
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1780
func (in *NetworkPolicy) DeepCopyInto(out *NetworkPolicy) {
×
1781
        *out = *in
×
1782
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1783
        in.Spec.DeepCopyInto(&out.Spec)
×
1784
        return
×
1785
}
×
1786

1787
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicy.
1788
func (in *NetworkPolicy) DeepCopy() *NetworkPolicy {
×
1789
        if in == nil {
×
1790
                return nil
×
1791
        }
×
1792
        out := new(NetworkPolicy)
×
1793
        in.DeepCopyInto(out)
×
1794
        return out
×
1795
}
1796

1797
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1798
func (in *NetworkPolicyEgressRule) DeepCopyInto(out *NetworkPolicyEgressRule) {
×
1799
        *out = *in
×
1800
        if in.Ports != nil {
×
1801
                in, out := &in.Ports, &out.Ports
×
1802
                *out = make([]NetworkPolicyPort, len(*in))
×
1803
                for i := range *in {
×
1804
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1805
                }
×
1806
        }
1807
        if in.To != nil {
×
1808
                in, out := &in.To, &out.To
×
1809
                *out = make([]NetworkPolicyPeer, len(*in))
×
1810
                for i := range *in {
×
1811
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1812
                }
×
1813
        }
1814
        return
×
1815
}
1816

1817
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyEgressRule.
1818
func (in *NetworkPolicyEgressRule) DeepCopy() *NetworkPolicyEgressRule {
×
1819
        if in == nil {
×
1820
                return nil
×
1821
        }
×
1822
        out := new(NetworkPolicyEgressRule)
×
1823
        in.DeepCopyInto(out)
×
1824
        return out
×
1825
}
1826

1827
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1828
func (in *NetworkPolicyIngressRule) DeepCopyInto(out *NetworkPolicyIngressRule) {
×
1829
        *out = *in
×
1830
        if in.Ports != nil {
×
1831
                in, out := &in.Ports, &out.Ports
×
1832
                *out = make([]NetworkPolicyPort, len(*in))
×
1833
                for i := range *in {
×
1834
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1835
                }
×
1836
        }
1837
        if in.From != nil {
×
1838
                in, out := &in.From, &out.From
×
1839
                *out = make([]NetworkPolicyPeer, len(*in))
×
1840
                for i := range *in {
×
1841
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1842
                }
×
1843
        }
1844
        return
×
1845
}
1846

1847
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyIngressRule.
1848
func (in *NetworkPolicyIngressRule) DeepCopy() *NetworkPolicyIngressRule {
×
1849
        if in == nil {
×
1850
                return nil
×
1851
        }
×
1852
        out := new(NetworkPolicyIngressRule)
×
1853
        in.DeepCopyInto(out)
×
1854
        return out
×
1855
}
1856

1857
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1858
func (in *NetworkPolicyList) DeepCopyInto(out *NetworkPolicyList) {
×
1859
        *out = *in
×
1860
        out.TypeMeta = in.TypeMeta
×
1861
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1862
        if in.Items != nil {
×
1863
                in, out := &in.Items, &out.Items
×
1864
                *out = make([]NetworkPolicy, len(*in))
×
1865
                for i := range *in {
×
1866
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1867
                }
×
1868
        }
1869
        return
×
1870
}
1871

1872
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyList.
1873
func (in *NetworkPolicyList) DeepCopy() *NetworkPolicyList {
×
1874
        if in == nil {
×
1875
                return nil
×
1876
        }
×
1877
        out := new(NetworkPolicyList)
×
1878
        in.DeepCopyInto(out)
×
1879
        return out
×
1880
}
1881

1882
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1883
func (in *NetworkPolicyPeer) DeepCopyInto(out *NetworkPolicyPeer) {
×
1884
        *out = *in
×
1885
        if in.PodSelector != nil {
×
1886
                in, out := &in.PodSelector, &out.PodSelector
×
1887
                *out = new(metav1.LabelSelector)
×
1888
                (*in).DeepCopyInto(*out)
×
1889
        }
×
1890
        if in.NamespaceSelector != nil {
×
1891
                in, out := &in.NamespaceSelector, &out.NamespaceSelector
×
1892
                *out = new(metav1.LabelSelector)
×
1893
                (*in).DeepCopyInto(*out)
×
1894
        }
×
1895
        if in.IPBlock != nil {
×
1896
                in, out := &in.IPBlock, &out.IPBlock
×
1897
                *out = new(IPBlock)
×
1898
                (*in).DeepCopyInto(*out)
×
1899
        }
×
1900
        return
×
1901
}
1902

1903
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPeer.
1904
func (in *NetworkPolicyPeer) DeepCopy() *NetworkPolicyPeer {
×
1905
        if in == nil {
×
1906
                return nil
×
1907
        }
×
1908
        out := new(NetworkPolicyPeer)
×
1909
        in.DeepCopyInto(out)
×
1910
        return out
×
1911
}
1912

1913
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1914
func (in *NetworkPolicyPort) DeepCopyInto(out *NetworkPolicyPort) {
×
1915
        *out = *in
×
1916
        if in.Protocol != nil {
×
1917
                in, out := &in.Protocol, &out.Protocol
×
1918
                *out = new(v1.Protocol)
×
1919
                **out = **in
×
1920
        }
×
1921
        if in.Port != nil {
×
1922
                in, out := &in.Port, &out.Port
×
1923
                *out = new(int32)
×
1924
                **out = **in
×
1925
        }
×
1926
        if in.EndPort != nil {
×
1927
                in, out := &in.EndPort, &out.EndPort
×
1928
                *out = new(int32)
×
1929
                **out = **in
×
1930
        }
×
1931
        return
×
1932
}
1933

1934
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPort.
1935
func (in *NetworkPolicyPort) DeepCopy() *NetworkPolicyPort {
×
1936
        if in == nil {
×
1937
                return nil
×
1938
        }
×
1939
        out := new(NetworkPolicyPort)
×
1940
        in.DeepCopyInto(out)
×
1941
        return out
×
1942
}
1943

1944
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1945
func (in *NetworkPolicySpec) DeepCopyInto(out *NetworkPolicySpec) {
×
1946
        *out = *in
×
1947
        in.PodSelector.DeepCopyInto(&out.PodSelector)
×
1948
        if in.Ingress != nil {
×
1949
                in, out := &in.Ingress, &out.Ingress
×
1950
                *out = make([]NetworkPolicyIngressRule, len(*in))
×
1951
                for i := range *in {
×
1952
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1953
                }
×
1954
        }
1955
        if in.Egress != nil {
×
1956
                in, out := &in.Egress, &out.Egress
×
1957
                *out = make([]NetworkPolicyEgressRule, len(*in))
×
1958
                for i := range *in {
×
1959
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1960
                }
×
1961
        }
1962
        if in.PolicyTypes != nil {
×
1963
                in, out := &in.PolicyTypes, &out.PolicyTypes
×
1964
                *out = make([]PolicyType, len(*in))
×
1965
                copy(*out, *in)
×
1966
        }
×
1967
        return
×
1968
}
1969

1970
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicySpec.
1971
func (in *NetworkPolicySpec) DeepCopy() *NetworkPolicySpec {
×
1972
        if in == nil {
×
1973
                return nil
×
1974
        }
×
1975
        out := new(NetworkPolicySpec)
×
1976
        in.DeepCopyInto(out)
×
1977
        return out
×
1978
}
1979

1980
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1981
func (in *NetworkPolicyStatus) DeepCopyInto(out *NetworkPolicyStatus) {
×
1982
        *out = *in
×
1983
        if in.Conditions != nil {
×
1984
                in, out := &in.Conditions, &out.Conditions
×
1985
                *out = make([]metav1.Condition, len(*in))
×
1986
                for i := range *in {
×
1987
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1988
                }
×
1989
        }
1990
        return
×
1991
}
1992

1993
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyStatus.
1994
func (in *NetworkPolicyStatus) DeepCopy() *NetworkPolicyStatus {
×
1995
        if in == nil {
×
1996
                return nil
×
1997
        }
×
1998
        out := new(NetworkPolicyStatus)
×
1999
        in.DeepCopyInto(out)
×
2000
        return out
×
2001
}
2002

2003
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2004
func (in *NetworkPort) DeepCopyInto(out *NetworkPort) {
×
2005
        *out = *in
×
2006
        if in.Port != nil {
×
2007
                in, out := &in.Port, &out.Port
×
2008
                *out = new(int32)
×
2009
                **out = **in
×
2010
        }
×
2011
        return
×
2012
}
2013

2014
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPort.
2015
func (in *NetworkPort) DeepCopy() *NetworkPort {
×
2016
        if in == nil {
×
2017
                return nil
×
2018
        }
×
2019
        out := new(NetworkPort)
×
2020
        in.DeepCopyInto(out)
×
2021
        return out
×
2022
}
2023

2024
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2025
func (in *OpenCalls) DeepCopyInto(out *OpenCalls) {
×
2026
        *out = *in
×
2027
        if in.Flags != nil {
×
2028
                in, out := &in.Flags, &out.Flags
×
2029
                *out = make([]string, len(*in))
×
2030
                copy(*out, *in)
×
2031
        }
×
2032
        return
×
2033
}
2034

2035
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenCalls.
2036
func (in *OpenCalls) DeepCopy() *OpenCalls {
×
2037
        if in == nil {
×
2038
                return nil
×
2039
        }
×
2040
        out := new(OpenCalls)
×
2041
        in.DeepCopyInto(out)
×
2042
        return out
×
2043
}
2044

2045
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2046
func (in *OpenVulnerabilityExchangeContainer) DeepCopyInto(out *OpenVulnerabilityExchangeContainer) {
×
2047
        *out = *in
×
2048
        out.TypeMeta = in.TypeMeta
×
2049
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
2050
        in.Spec.DeepCopyInto(&out.Spec)
×
2051
        return
×
2052
}
×
2053

2054
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenVulnerabilityExchangeContainer.
2055
func (in *OpenVulnerabilityExchangeContainer) DeepCopy() *OpenVulnerabilityExchangeContainer {
×
2056
        if in == nil {
×
2057
                return nil
×
2058
        }
×
2059
        out := new(OpenVulnerabilityExchangeContainer)
×
2060
        in.DeepCopyInto(out)
×
2061
        return out
×
2062
}
2063

2064
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2065
func (in *OpenVulnerabilityExchangeContainer) DeepCopyObject() runtime.Object {
×
2066
        if c := in.DeepCopy(); c != nil {
×
2067
                return c
×
2068
        }
×
2069
        return nil
×
2070
}
2071

2072
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2073
func (in *OpenVulnerabilityExchangeContainerList) DeepCopyInto(out *OpenVulnerabilityExchangeContainerList) {
×
2074
        *out = *in
×
2075
        out.TypeMeta = in.TypeMeta
×
2076
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
2077
        if in.Items != nil {
×
2078
                in, out := &in.Items, &out.Items
×
2079
                *out = make([]OpenVulnerabilityExchangeContainer, len(*in))
×
2080
                for i := range *in {
×
2081
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2082
                }
×
2083
        }
2084
        return
×
2085
}
2086

2087
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenVulnerabilityExchangeContainerList.
2088
func (in *OpenVulnerabilityExchangeContainerList) DeepCopy() *OpenVulnerabilityExchangeContainerList {
×
2089
        if in == nil {
×
2090
                return nil
×
2091
        }
×
2092
        out := new(OpenVulnerabilityExchangeContainerList)
×
2093
        in.DeepCopyInto(out)
×
2094
        return out
×
2095
}
2096

2097
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2098
func (in *OpenVulnerabilityExchangeContainerList) DeepCopyObject() runtime.Object {
×
2099
        if c := in.DeepCopy(); c != nil {
×
2100
                return c
×
2101
        }
×
2102
        return nil
×
2103
}
2104

2105
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2106
func (in *Originator) DeepCopyInto(out *Originator) {
×
2107
        *out = *in
×
2108
        return
×
2109
}
×
2110

2111
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Originator.
2112
func (in *Originator) DeepCopy() *Originator {
×
2113
        if in == nil {
×
2114
                return nil
×
2115
        }
×
2116
        out := new(Originator)
×
2117
        in.DeepCopyInto(out)
×
2118
        return out
×
2119
}
2120

2121
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2122
func (in *OtherLicense) DeepCopyInto(out *OtherLicense) {
×
2123
        *out = *in
×
2124
        if in.LicenseCrossReferences != nil {
×
2125
                in, out := &in.LicenseCrossReferences, &out.LicenseCrossReferences
×
2126
                *out = make([]string, len(*in))
×
2127
                copy(*out, *in)
×
2128
        }
×
2129
        return
×
2130
}
2131

2132
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OtherLicense.
2133
func (in *OtherLicense) DeepCopy() *OtherLicense {
×
2134
        if in == nil {
×
2135
                return nil
×
2136
        }
×
2137
        out := new(OtherLicense)
×
2138
        in.DeepCopyInto(out)
×
2139
        return out
×
2140
}
2141

2142
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2143
func (in *Package) DeepCopyInto(out *Package) {
×
2144
        *out = *in
×
2145
        if in.HasFiles != nil {
×
2146
                in, out := &in.HasFiles, &out.HasFiles
×
2147
                *out = make([]string, len(*in))
×
2148
                copy(*out, *in)
×
2149
        }
×
2150
        if in.PackageSupplier != nil {
×
2151
                in, out := &in.PackageSupplier, &out.PackageSupplier
×
2152
                *out = new(Supplier)
×
2153
                **out = **in
×
2154
        }
×
2155
        if in.PackageOriginator != nil {
×
2156
                in, out := &in.PackageOriginator, &out.PackageOriginator
×
2157
                *out = new(Originator)
×
2158
                **out = **in
×
2159
        }
×
2160
        if in.PackageVerificationCode != nil {
×
2161
                in, out := &in.PackageVerificationCode, &out.PackageVerificationCode
×
2162
                *out = new(PackageVerificationCode)
×
2163
                (*in).DeepCopyInto(*out)
×
2164
        }
×
2165
        if in.PackageChecksums != nil {
×
2166
                in, out := &in.PackageChecksums, &out.PackageChecksums
×
2167
                *out = make([]Checksum, len(*in))
×
2168
                copy(*out, *in)
×
2169
        }
×
2170
        if in.PackageLicenseInfoFromFiles != nil {
×
2171
                in, out := &in.PackageLicenseInfoFromFiles, &out.PackageLicenseInfoFromFiles
×
2172
                *out = make([]string, len(*in))
×
2173
                copy(*out, *in)
×
2174
        }
×
2175
        if in.PackageExternalReferences != nil {
×
2176
                in, out := &in.PackageExternalReferences, &out.PackageExternalReferences
×
2177
                *out = make([]*PackageExternalReference, len(*in))
×
2178
                for i := range *in {
×
2179
                        if (*in)[i] != nil {
×
2180
                                in, out := &(*in)[i], &(*out)[i]
×
2181
                                *out = new(PackageExternalReference)
×
2182
                                **out = **in
×
2183
                        }
×
2184
                }
2185
        }
2186
        if in.PackageAttributionTexts != nil {
×
2187
                in, out := &in.PackageAttributionTexts, &out.PackageAttributionTexts
×
2188
                *out = make([]string, len(*in))
×
2189
                copy(*out, *in)
×
2190
        }
×
2191
        if in.Files != nil {
×
2192
                in, out := &in.Files, &out.Files
×
2193
                *out = make([]*File, len(*in))
×
2194
                for i := range *in {
×
2195
                        if (*in)[i] != nil {
×
2196
                                in, out := &(*in)[i], &(*out)[i]
×
2197
                                *out = new(File)
×
2198
                                (*in).DeepCopyInto(*out)
×
2199
                        }
×
2200
                }
2201
        }
2202
        if in.Annotations != nil {
×
2203
                in, out := &in.Annotations, &out.Annotations
×
2204
                *out = make([]Annotation, len(*in))
×
2205
                copy(*out, *in)
×
2206
        }
×
2207
        return
×
2208
}
2209

2210
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Package.
2211
func (in *Package) DeepCopy() *Package {
×
2212
        if in == nil {
×
2213
                return nil
×
2214
        }
×
2215
        out := new(Package)
×
2216
        in.DeepCopyInto(out)
×
2217
        return out
×
2218
}
2219

2220
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2221
func (in *PackageExternalReference) DeepCopyInto(out *PackageExternalReference) {
×
2222
        *out = *in
×
2223
        return
×
2224
}
×
2225

2226
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageExternalReference.
2227
func (in *PackageExternalReference) DeepCopy() *PackageExternalReference {
×
2228
        if in == nil {
×
2229
                return nil
×
2230
        }
×
2231
        out := new(PackageExternalReference)
×
2232
        in.DeepCopyInto(out)
×
2233
        return out
×
2234
}
2235

2236
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2237
func (in *PackageVerificationCode) DeepCopyInto(out *PackageVerificationCode) {
×
2238
        *out = *in
×
2239
        if in.ExcludedFiles != nil {
×
2240
                in, out := &in.ExcludedFiles, &out.ExcludedFiles
×
2241
                *out = make([]string, len(*in))
×
2242
                copy(*out, *in)
×
2243
        }
×
2244
        return
×
2245
}
2246

2247
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageVerificationCode.
2248
func (in *PackageVerificationCode) DeepCopy() *PackageVerificationCode {
×
2249
        if in == nil {
×
2250
                return nil
×
2251
        }
×
2252
        out := new(PackageVerificationCode)
×
2253
        in.DeepCopyInto(out)
×
2254
        return out
×
2255
}
2256

2257
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2258
func (in *PolicyRef) DeepCopyInto(out *PolicyRef) {
×
2259
        *out = *in
×
2260
        return
×
2261
}
×
2262

2263
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyRef.
2264
func (in *PolicyRef) DeepCopy() *PolicyRef {
×
2265
        if in == nil {
×
2266
                return nil
×
2267
        }
×
2268
        out := new(PolicyRef)
×
2269
        in.DeepCopyInto(out)
×
2270
        return out
×
2271
}
2272

2273
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2274
func (in *Product) DeepCopyInto(out *Product) {
×
2275
        *out = *in
×
2276
        in.Component.DeepCopyInto(&out.Component)
×
2277
        if in.Subcomponents != nil {
×
2278
                in, out := &in.Subcomponents, &out.Subcomponents
×
2279
                *out = make([]Subcomponent, len(*in))
×
2280
                for i := range *in {
×
2281
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2282
                }
×
2283
        }
2284
        return
×
2285
}
2286

2287
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Product.
2288
func (in *Product) DeepCopy() *Product {
×
2289
        if in == nil {
×
2290
                return nil
×
2291
        }
×
2292
        out := new(Product)
×
2293
        in.DeepCopyInto(out)
×
2294
        return out
×
2295
}
2296

2297
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2298
func (in *Relationship) DeepCopyInto(out *Relationship) {
×
2299
        *out = *in
×
2300
        out.RefA = in.RefA
×
2301
        out.RefB = in.RefB
×
2302
        return
×
2303
}
×
2304

2305
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Relationship.
2306
func (in *Relationship) DeepCopy() *Relationship {
×
2307
        if in == nil {
×
2308
                return nil
×
2309
        }
×
2310
        out := new(Relationship)
×
2311
        in.DeepCopyInto(out)
×
2312
        return out
×
2313
}
2314

2315
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2316
func (in *ReportMeta) DeepCopyInto(out *ReportMeta) {
×
2317
        *out = *in
×
2318
        in.CreatedAt.DeepCopyInto(&out.CreatedAt)
×
2319
        return
×
2320
}
×
2321

2322
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReportMeta.
2323
func (in *ReportMeta) DeepCopy() *ReportMeta {
×
2324
        if in == nil {
×
2325
                return nil
×
2326
        }
×
2327
        out := new(ReportMeta)
×
2328
        in.DeepCopyInto(out)
×
2329
        return out
×
2330
}
2331

2332
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2333
func (in *Review) DeepCopyInto(out *Review) {
×
2334
        *out = *in
×
2335
        return
×
2336
}
×
2337

2338
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Review.
2339
func (in *Review) DeepCopy() *Review {
×
2340
        if in == nil {
×
2341
                return nil
×
2342
        }
×
2343
        out := new(Review)
×
2344
        in.DeepCopyInto(out)
×
2345
        return out
×
2346
}
2347

2348
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2349
func (in *RulePath) DeepCopyInto(out *RulePath) {
×
2350
        *out = *in
×
2351
        return
×
2352
}
×
2353

2354
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RulePath.
2355
func (in *RulePath) DeepCopy() *RulePath {
×
2356
        if in == nil {
×
2357
                return nil
×
2358
        }
×
2359
        out := new(RulePath)
×
2360
        in.DeepCopyInto(out)
×
2361
        return out
×
2362
}
2363

2364
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2365
func (in *RuleStatus) DeepCopyInto(out *RuleStatus) {
×
2366
        *out = *in
×
2367
        return
×
2368
}
×
2369

2370
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RuleStatus.
2371
func (in *RuleStatus) DeepCopy() *RuleStatus {
×
2372
        if in == nil {
×
2373
                return nil
×
2374
        }
×
2375
        out := new(RuleStatus)
×
2376
        in.DeepCopyInto(out)
×
2377
        return out
×
2378
}
2379

2380
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2381
func (in *SBOMSPDXv2p3) DeepCopyInto(out *SBOMSPDXv2p3) {
×
2382
        *out = *in
×
2383
        out.TypeMeta = in.TypeMeta
×
2384
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
2385
        in.Spec.DeepCopyInto(&out.Spec)
×
2386
        out.Status = in.Status
×
2387
        return
×
2388
}
×
2389

2390
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3.
2391
func (in *SBOMSPDXv2p3) DeepCopy() *SBOMSPDXv2p3 {
×
2392
        if in == nil {
×
2393
                return nil
×
2394
        }
×
2395
        out := new(SBOMSPDXv2p3)
×
2396
        in.DeepCopyInto(out)
×
2397
        return out
×
2398
}
2399

2400
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2401
func (in *SBOMSPDXv2p3) DeepCopyObject() runtime.Object {
×
2402
        if c := in.DeepCopy(); c != nil {
×
2403
                return c
×
2404
        }
×
2405
        return nil
×
2406
}
2407

2408
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2409
func (in *SBOMSPDXv2p3Filtered) DeepCopyInto(out *SBOMSPDXv2p3Filtered) {
×
2410
        *out = *in
×
2411
        out.TypeMeta = in.TypeMeta
×
2412
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
2413
        in.Spec.DeepCopyInto(&out.Spec)
×
2414
        out.Status = in.Status
×
2415
        return
×
2416
}
×
2417

2418
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3Filtered.
2419
func (in *SBOMSPDXv2p3Filtered) DeepCopy() *SBOMSPDXv2p3Filtered {
×
2420
        if in == nil {
×
2421
                return nil
×
2422
        }
×
2423
        out := new(SBOMSPDXv2p3Filtered)
×
2424
        in.DeepCopyInto(out)
×
2425
        return out
×
2426
}
2427

2428
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2429
func (in *SBOMSPDXv2p3Filtered) DeepCopyObject() runtime.Object {
×
2430
        if c := in.DeepCopy(); c != nil {
×
2431
                return c
×
2432
        }
×
2433
        return nil
×
2434
}
2435

2436
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2437
func (in *SBOMSPDXv2p3FilteredList) DeepCopyInto(out *SBOMSPDXv2p3FilteredList) {
×
2438
        *out = *in
×
2439
        out.TypeMeta = in.TypeMeta
×
2440
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
2441
        if in.Items != nil {
×
2442
                in, out := &in.Items, &out.Items
×
2443
                *out = make([]SBOMSPDXv2p3Filtered, len(*in))
×
2444
                for i := range *in {
×
2445
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2446
                }
×
2447
        }
2448
        return
×
2449
}
2450

2451
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3FilteredList.
2452
func (in *SBOMSPDXv2p3FilteredList) DeepCopy() *SBOMSPDXv2p3FilteredList {
×
2453
        if in == nil {
×
2454
                return nil
×
2455
        }
×
2456
        out := new(SBOMSPDXv2p3FilteredList)
×
2457
        in.DeepCopyInto(out)
×
2458
        return out
×
2459
}
2460

2461
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2462
func (in *SBOMSPDXv2p3FilteredList) DeepCopyObject() runtime.Object {
×
2463
        if c := in.DeepCopy(); c != nil {
×
2464
                return c
×
2465
        }
×
2466
        return nil
×
2467
}
2468

2469
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2470
func (in *SBOMSPDXv2p3List) DeepCopyInto(out *SBOMSPDXv2p3List) {
×
2471
        *out = *in
×
2472
        out.TypeMeta = in.TypeMeta
×
2473
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
2474
        if in.Items != nil {
×
2475
                in, out := &in.Items, &out.Items
×
2476
                *out = make([]SBOMSPDXv2p3, len(*in))
×
2477
                for i := range *in {
×
2478
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2479
                }
×
2480
        }
2481
        return
×
2482
}
2483

2484
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3List.
2485
func (in *SBOMSPDXv2p3List) DeepCopy() *SBOMSPDXv2p3List {
×
2486
        if in == nil {
×
2487
                return nil
×
2488
        }
×
2489
        out := new(SBOMSPDXv2p3List)
×
2490
        in.DeepCopyInto(out)
×
2491
        return out
×
2492
}
2493

2494
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2495
func (in *SBOMSPDXv2p3List) DeepCopyObject() runtime.Object {
×
2496
        if c := in.DeepCopy(); c != nil {
×
2497
                return c
×
2498
        }
×
2499
        return nil
×
2500
}
2501

2502
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2503
func (in *SBOMSPDXv2p3Spec) DeepCopyInto(out *SBOMSPDXv2p3Spec) {
×
2504
        *out = *in
×
2505
        in.Metadata.DeepCopyInto(&out.Metadata)
×
2506
        in.SPDX.DeepCopyInto(&out.SPDX)
×
2507
        return
×
2508
}
×
2509

2510
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3Spec.
2511
func (in *SBOMSPDXv2p3Spec) DeepCopy() *SBOMSPDXv2p3Spec {
×
2512
        if in == nil {
×
2513
                return nil
×
2514
        }
×
2515
        out := new(SBOMSPDXv2p3Spec)
×
2516
        in.DeepCopyInto(out)
×
2517
        return out
×
2518
}
2519

2520
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2521
func (in *SBOMSPDXv2p3Status) DeepCopyInto(out *SBOMSPDXv2p3Status) {
×
2522
        *out = *in
×
2523
        return
×
2524
}
×
2525

2526
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3Status.
2527
func (in *SBOMSPDXv2p3Status) DeepCopy() *SBOMSPDXv2p3Status {
×
2528
        if in == nil {
×
2529
                return nil
×
2530
        }
×
2531
        out := new(SBOMSPDXv2p3Status)
×
2532
        in.DeepCopyInto(out)
×
2533
        return out
×
2534
}
2535

2536
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2537
func (in *SBOMSummary) DeepCopyInto(out *SBOMSummary) {
×
2538
        *out = *in
×
2539
        out.TypeMeta = in.TypeMeta
×
2540
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
2541
        out.Spec = in.Spec
×
2542
        out.Status = in.Status
×
2543
        return
×
2544
}
×
2545

2546
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSummary.
2547
func (in *SBOMSummary) DeepCopy() *SBOMSummary {
×
2548
        if in == nil {
×
2549
                return nil
×
2550
        }
×
2551
        out := new(SBOMSummary)
×
2552
        in.DeepCopyInto(out)
×
2553
        return out
×
2554
}
2555

2556
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2557
func (in *SBOMSummary) DeepCopyObject() runtime.Object {
×
2558
        if c := in.DeepCopy(); c != nil {
×
2559
                return c
×
2560
        }
×
2561
        return nil
×
2562
}
2563

2564
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2565
func (in *SBOMSummaryList) DeepCopyInto(out *SBOMSummaryList) {
×
2566
        *out = *in
×
2567
        out.TypeMeta = in.TypeMeta
×
2568
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
2569
        if in.Items != nil {
×
2570
                in, out := &in.Items, &out.Items
×
2571
                *out = make([]SBOMSummary, len(*in))
×
2572
                for i := range *in {
×
2573
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2574
                }
×
2575
        }
2576
        return
×
2577
}
2578

2579
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSummaryList.
2580
func (in *SBOMSummaryList) DeepCopy() *SBOMSummaryList {
×
2581
        if in == nil {
×
2582
                return nil
×
2583
        }
×
2584
        out := new(SBOMSummaryList)
×
2585
        in.DeepCopyInto(out)
×
2586
        return out
×
2587
}
2588

2589
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2590
func (in *SBOMSummaryList) DeepCopyObject() runtime.Object {
×
2591
        if c := in.DeepCopy(); c != nil {
×
2592
                return c
×
2593
        }
×
2594
        return nil
×
2595
}
2596

2597
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2598
func (in *SBOMSummarySpec) DeepCopyInto(out *SBOMSummarySpec) {
×
2599
        *out = *in
×
2600
        return
×
2601
}
×
2602

2603
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSummarySpec.
2604
func (in *SBOMSummarySpec) DeepCopy() *SBOMSummarySpec {
×
2605
        if in == nil {
×
2606
                return nil
×
2607
        }
×
2608
        out := new(SBOMSummarySpec)
×
2609
        in.DeepCopyInto(out)
×
2610
        return out
×
2611
}
2612

2613
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2614
func (in *SPDXMeta) DeepCopyInto(out *SPDXMeta) {
×
2615
        *out = *in
×
2616
        out.Tool = in.Tool
×
2617
        in.Report.DeepCopyInto(&out.Report)
×
2618
        return
×
2619
}
×
2620

2621
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SPDXMeta.
2622
func (in *SPDXMeta) DeepCopy() *SPDXMeta {
×
2623
        if in == nil {
×
2624
                return nil
×
2625
        }
×
2626
        out := new(SPDXMeta)
×
2627
        in.DeepCopyInto(out)
×
2628
        return out
×
2629
}
2630

2631
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2632
func (in *ScannedControl) DeepCopyInto(out *ScannedControl) {
×
2633
        *out = *in
×
2634
        out.Severity = in.Severity
×
2635
        out.Status = in.Status
×
2636
        if in.Rules != nil {
×
2637
                in, out := &in.Rules, &out.Rules
×
2638
                *out = make([]ScannedControlRule, len(*in))
×
2639
                for i := range *in {
×
2640
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2641
                }
×
2642
        }
2643
        return
×
2644
}
2645

2646
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControl.
2647
func (in *ScannedControl) DeepCopy() *ScannedControl {
×
2648
        if in == nil {
×
2649
                return nil
×
2650
        }
×
2651
        out := new(ScannedControl)
×
2652
        in.DeepCopyInto(out)
×
2653
        return out
×
2654
}
2655

2656
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2657
func (in *ScannedControlRule) DeepCopyInto(out *ScannedControlRule) {
×
2658
        *out = *in
×
2659
        out.Status = in.Status
×
2660
        if in.ControlConfigurations != nil {
×
2661
                in, out := &in.ControlConfigurations, &out.ControlConfigurations
×
2662
                *out = make(map[string][]string, len(*in))
×
2663
                for key, val := range *in {
×
2664
                        var outVal []string
×
2665
                        if val == nil {
×
2666
                                (*out)[key] = nil
×
2667
                        } else {
×
2668
                                in, out := &val, &outVal
×
2669
                                *out = make([]string, len(*in))
×
2670
                                copy(*out, *in)
×
2671
                        }
×
2672
                        (*out)[key] = outVal
×
2673
                }
2674
        }
2675
        if in.Paths != nil {
×
2676
                in, out := &in.Paths, &out.Paths
×
2677
                *out = make([]RulePath, len(*in))
×
2678
                copy(*out, *in)
×
2679
        }
×
2680
        if in.AppliedIgnoreRules != nil {
×
2681
                in, out := &in.AppliedIgnoreRules, &out.AppliedIgnoreRules
×
2682
                *out = make([]string, len(*in))
×
2683
                copy(*out, *in)
×
2684
        }
×
2685
        if in.RelatedResourcesIDs != nil {
×
2686
                in, out := &in.RelatedResourcesIDs, &out.RelatedResourcesIDs
×
2687
                *out = make([]string, len(*in))
×
2688
                copy(*out, *in)
×
2689
        }
×
2690
        return
×
2691
}
2692

2693
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlRule.
2694
func (in *ScannedControlRule) DeepCopy() *ScannedControlRule {
×
2695
        if in == nil {
×
2696
                return nil
×
2697
        }
×
2698
        out := new(ScannedControlRule)
×
2699
        in.DeepCopyInto(out)
×
2700
        return out
×
2701
}
2702

2703
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2704
func (in *ScannedControlStatus) DeepCopyInto(out *ScannedControlStatus) {
×
2705
        *out = *in
×
2706
        return
×
2707
}
×
2708

2709
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlStatus.
2710
func (in *ScannedControlStatus) DeepCopy() *ScannedControlStatus {
×
2711
        if in == nil {
×
2712
                return nil
×
2713
        }
×
2714
        out := new(ScannedControlStatus)
×
2715
        in.DeepCopyInto(out)
×
2716
        return out
×
2717
}
2718

2719
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2720
func (in *ScannedControlSummary) DeepCopyInto(out *ScannedControlSummary) {
×
2721
        *out = *in
×
2722
        out.Severity = in.Severity
×
2723
        out.Status = in.Status
×
2724
        return
×
2725
}
×
2726

2727
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlSummary.
2728
func (in *ScannedControlSummary) DeepCopy() *ScannedControlSummary {
×
2729
        if in == nil {
×
2730
                return nil
×
2731
        }
×
2732
        out := new(ScannedControlSummary)
×
2733
        in.DeepCopyInto(out)
×
2734
        return out
×
2735
}
2736

2737
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2738
func (in *ServiceBackendPort) DeepCopyInto(out *ServiceBackendPort) {
×
2739
        *out = *in
×
2740
        return
×
2741
}
×
2742

2743
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceBackendPort.
2744
func (in *ServiceBackendPort) DeepCopy() *ServiceBackendPort {
×
2745
        if in == nil {
×
2746
                return nil
×
2747
        }
×
2748
        out := new(ServiceBackendPort)
×
2749
        in.DeepCopyInto(out)
×
2750
        return out
×
2751
}
2752

2753
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2754
func (in *SeveritySummary) DeepCopyInto(out *SeveritySummary) {
×
2755
        *out = *in
×
2756
        out.Critical = in.Critical
×
2757
        out.High = in.High
×
2758
        out.Medium = in.Medium
×
2759
        out.Low = in.Low
×
2760
        out.Negligible = in.Negligible
×
2761
        out.Unknown = in.Unknown
×
2762
        return
×
2763
}
×
2764

2765
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeveritySummary.
2766
func (in *SeveritySummary) DeepCopy() *SeveritySummary {
×
2767
        if in == nil {
×
2768
                return nil
×
2769
        }
×
2770
        out := new(SeveritySummary)
×
2771
        in.DeepCopyInto(out)
×
2772
        return out
×
2773
}
2774

2775
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2776
func (in *Snippet) DeepCopyInto(out *Snippet) {
×
2777
        *out = *in
×
2778
        if in.Ranges != nil {
×
2779
                in, out := &in.Ranges, &out.Ranges
×
2780
                *out = make([]SnippetRange, len(*in))
×
2781
                copy(*out, *in)
×
2782
        }
×
2783
        if in.LicenseInfoInSnippet != nil {
×
2784
                in, out := &in.LicenseInfoInSnippet, &out.LicenseInfoInSnippet
×
2785
                *out = make([]string, len(*in))
×
2786
                copy(*out, *in)
×
2787
        }
×
2788
        if in.SnippetAttributionTexts != nil {
×
2789
                in, out := &in.SnippetAttributionTexts, &out.SnippetAttributionTexts
×
2790
                *out = make([]string, len(*in))
×
2791
                copy(*out, *in)
×
2792
        }
×
2793
        return
×
2794
}
2795

2796
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Snippet.
2797
func (in *Snippet) DeepCopy() *Snippet {
×
2798
        if in == nil {
×
2799
                return nil
×
2800
        }
×
2801
        out := new(Snippet)
×
2802
        in.DeepCopyInto(out)
×
2803
        return out
×
2804
}
2805

2806
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2807
func (in *SnippetRange) DeepCopyInto(out *SnippetRange) {
×
2808
        *out = *in
×
2809
        out.StartPointer = in.StartPointer
×
2810
        out.EndPointer = in.EndPointer
×
2811
        return
×
2812
}
×
2813

2814
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnippetRange.
2815
func (in *SnippetRange) DeepCopy() *SnippetRange {
×
2816
        if in == nil {
×
2817
                return nil
×
2818
        }
×
2819
        out := new(SnippetRange)
×
2820
        in.DeepCopyInto(out)
×
2821
        return out
×
2822
}
2823

2824
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2825
func (in *SnippetRangePointer) DeepCopyInto(out *SnippetRangePointer) {
×
2826
        *out = *in
×
2827
        return
×
2828
}
×
2829

2830
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnippetRangePointer.
2831
func (in *SnippetRangePointer) DeepCopy() *SnippetRangePointer {
×
2832
        if in == nil {
×
2833
                return nil
×
2834
        }
×
2835
        out := new(SnippetRangePointer)
×
2836
        in.DeepCopyInto(out)
×
2837
        return out
×
2838
}
2839

2840
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2841
func (in *Source) DeepCopyInto(out *Source) {
×
2842
        *out = *in
×
2843
        if in.Target != nil {
×
2844
                in, out := &in.Target, &out.Target
×
2845
                *out = make(json.RawMessage, len(*in))
×
2846
                copy(*out, *in)
×
2847
        }
×
2848
        return
×
2849
}
2850

2851
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Source.
2852
func (in *Source) DeepCopy() *Source {
×
2853
        if in == nil {
×
2854
                return nil
×
2855
        }
×
2856
        out := new(Source)
×
2857
        in.DeepCopyInto(out)
×
2858
        return out
×
2859
}
2860

2861
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2862
func (in *Statement) DeepCopyInto(out *Statement) {
×
2863
        *out = *in
×
2864
        in.Vulnerability.DeepCopyInto(&out.Vulnerability)
×
2865
        if in.Products != nil {
×
2866
                in, out := &in.Products, &out.Products
×
2867
                *out = make([]Product, len(*in))
×
2868
                for i := range *in {
×
2869
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2870
                }
×
2871
        }
2872
        return
×
2873
}
2874

2875
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Statement.
2876
func (in *Statement) DeepCopy() *Statement {
×
2877
        if in == nil {
×
2878
                return nil
×
2879
        }
×
2880
        out := new(Statement)
×
2881
        in.DeepCopyInto(out)
×
2882
        return out
×
2883
}
2884

2885
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2886
func (in *Subcomponent) DeepCopyInto(out *Subcomponent) {
×
2887
        *out = *in
×
2888
        in.Component.DeepCopyInto(&out.Component)
×
2889
        return
×
2890
}
×
2891

2892
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Subcomponent.
2893
func (in *Subcomponent) DeepCopy() *Subcomponent {
×
2894
        if in == nil {
×
2895
                return nil
×
2896
        }
×
2897
        out := new(Subcomponent)
×
2898
        in.DeepCopyInto(out)
×
2899
        return out
×
2900
}
2901

2902
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2903
func (in *Supplier) DeepCopyInto(out *Supplier) {
×
2904
        *out = *in
×
2905
        return
×
2906
}
×
2907

2908
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Supplier.
2909
func (in *Supplier) DeepCopy() *Supplier {
×
2910
        if in == nil {
×
2911
                return nil
×
2912
        }
×
2913
        out := new(Supplier)
×
2914
        in.DeepCopyInto(out)
×
2915
        return out
×
2916
}
2917

2918
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2919
func (in *SyftCoordinates) DeepCopyInto(out *SyftCoordinates) {
×
2920
        *out = *in
×
2921
        return
×
2922
}
×
2923

2924
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SyftCoordinates.
2925
func (in *SyftCoordinates) DeepCopy() *SyftCoordinates {
×
2926
        if in == nil {
×
2927
                return nil
×
2928
        }
×
2929
        out := new(SyftCoordinates)
×
2930
        in.DeepCopyInto(out)
×
2931
        return out
×
2932
}
2933

2934
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2935
func (in *ToolMeta) DeepCopyInto(out *ToolMeta) {
×
2936
        *out = *in
×
2937
        return
×
2938
}
×
2939

2940
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ToolMeta.
2941
func (in *ToolMeta) DeepCopy() *ToolMeta {
×
2942
        if in == nil {
×
2943
                return nil
×
2944
        }
×
2945
        out := new(ToolMeta)
×
2946
        in.DeepCopyInto(out)
×
2947
        return out
×
2948
}
2949

2950
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2951
func (in *UpstreamPackage) DeepCopyInto(out *UpstreamPackage) {
×
2952
        *out = *in
×
2953
        return
×
2954
}
×
2955

2956
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpstreamPackage.
2957
func (in *UpstreamPackage) DeepCopy() *UpstreamPackage {
×
2958
        if in == nil {
×
2959
                return nil
×
2960
        }
×
2961
        out := new(UpstreamPackage)
×
2962
        in.DeepCopyInto(out)
×
2963
        return out
×
2964
}
2965

2966
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2967
func (in *VEX) DeepCopyInto(out *VEX) {
×
2968
        *out = *in
×
2969
        out.Metadata = in.Metadata
×
2970
        if in.Statements != nil {
×
2971
                in, out := &in.Statements, &out.Statements
×
2972
                *out = make([]Statement, len(*in))
×
2973
                for i := range *in {
×
2974
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2975
                }
×
2976
        }
2977
        return
×
2978
}
2979

2980
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VEX.
2981
func (in *VEX) DeepCopy() *VEX {
×
2982
        if in == nil {
×
2983
                return nil
×
2984
        }
×
2985
        out := new(VEX)
×
2986
        in.DeepCopyInto(out)
×
2987
        return out
×
2988
}
2989

2990
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2991
func (in *VexVulnerability) DeepCopyInto(out *VexVulnerability) {
×
2992
        *out = *in
×
2993
        if in.Aliases != nil {
×
2994
                in, out := &in.Aliases, &out.Aliases
×
2995
                *out = make([]string, len(*in))
×
2996
                copy(*out, *in)
×
2997
        }
×
2998
        return
×
2999
}
3000

3001
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VexVulnerability.
3002
func (in *VexVulnerability) DeepCopy() *VexVulnerability {
×
3003
        if in == nil {
×
3004
                return nil
×
3005
        }
×
3006
        out := new(VexVulnerability)
×
3007
        in.DeepCopyInto(out)
×
3008
        return out
×
3009
}
3010

3011
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3012
func (in *VulnerabilitiesComponents) DeepCopyInto(out *VulnerabilitiesComponents) {
×
3013
        *out = *in
×
3014
        out.ImageVulnerabilitiesObj = in.ImageVulnerabilitiesObj
×
3015
        out.WorkloadVulnerabilitiesObj = in.WorkloadVulnerabilitiesObj
×
3016
        return
×
3017
}
×
3018

3019
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitiesComponents.
3020
func (in *VulnerabilitiesComponents) DeepCopy() *VulnerabilitiesComponents {
×
3021
        if in == nil {
×
3022
                return nil
×
3023
        }
×
3024
        out := new(VulnerabilitiesComponents)
×
3025
        in.DeepCopyInto(out)
×
3026
        return out
×
3027
}
3028

3029
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3030
func (in *VulnerabilitiesObjScope) DeepCopyInto(out *VulnerabilitiesObjScope) {
×
3031
        *out = *in
×
3032
        return
×
3033
}
×
3034

3035
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitiesObjScope.
3036
func (in *VulnerabilitiesObjScope) DeepCopy() *VulnerabilitiesObjScope {
×
3037
        if in == nil {
×
3038
                return nil
×
3039
        }
×
3040
        out := new(VulnerabilitiesObjScope)
×
3041
        in.DeepCopyInto(out)
×
3042
        return out
×
3043
}
3044

3045
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3046
func (in *Vulnerability) DeepCopyInto(out *Vulnerability) {
×
3047
        *out = *in
×
3048
        in.VulnerabilityMetadata.DeepCopyInto(&out.VulnerabilityMetadata)
×
3049
        in.Fix.DeepCopyInto(&out.Fix)
×
3050
        if in.Advisories != nil {
×
3051
                in, out := &in.Advisories, &out.Advisories
×
3052
                *out = make([]Advisory, len(*in))
×
3053
                copy(*out, *in)
×
3054
        }
×
3055
        return
×
3056
}
3057

3058
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Vulnerability.
3059
func (in *Vulnerability) DeepCopy() *Vulnerability {
×
3060
        if in == nil {
×
3061
                return nil
×
3062
        }
×
3063
        out := new(Vulnerability)
×
3064
        in.DeepCopyInto(out)
×
3065
        return out
×
3066
}
3067

3068
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3069
func (in *VulnerabilityCounters) DeepCopyInto(out *VulnerabilityCounters) {
×
3070
        *out = *in
×
3071
        return
×
3072
}
×
3073

3074
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityCounters.
3075
func (in *VulnerabilityCounters) DeepCopy() *VulnerabilityCounters {
×
3076
        if in == nil {
×
3077
                return nil
×
3078
        }
×
3079
        out := new(VulnerabilityCounters)
×
3080
        in.DeepCopyInto(out)
×
3081
        return out
×
3082
}
3083

3084
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3085
func (in *VulnerabilityManifest) DeepCopyInto(out *VulnerabilityManifest) {
×
3086
        *out = *in
×
3087
        out.TypeMeta = in.TypeMeta
×
3088
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3089
        in.Spec.DeepCopyInto(&out.Spec)
×
3090
        out.Status = in.Status
×
3091
        return
×
3092
}
×
3093

3094
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifest.
3095
func (in *VulnerabilityManifest) DeepCopy() *VulnerabilityManifest {
×
3096
        if in == nil {
×
3097
                return nil
×
3098
        }
×
3099
        out := new(VulnerabilityManifest)
×
3100
        in.DeepCopyInto(out)
×
3101
        return out
×
3102
}
3103

3104
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3105
func (in *VulnerabilityManifest) DeepCopyObject() runtime.Object {
×
3106
        if c := in.DeepCopy(); c != nil {
×
3107
                return c
×
3108
        }
×
3109
        return nil
×
3110
}
3111

3112
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3113
func (in *VulnerabilityManifestList) DeepCopyInto(out *VulnerabilityManifestList) {
×
3114
        *out = *in
×
3115
        out.TypeMeta = in.TypeMeta
×
3116
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3117
        if in.Items != nil {
×
3118
                in, out := &in.Items, &out.Items
×
3119
                *out = make([]VulnerabilityManifest, len(*in))
×
3120
                for i := range *in {
×
3121
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3122
                }
×
3123
        }
3124
        return
×
3125
}
3126

3127
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestList.
3128
func (in *VulnerabilityManifestList) DeepCopy() *VulnerabilityManifestList {
×
3129
        if in == nil {
×
3130
                return nil
×
3131
        }
×
3132
        out := new(VulnerabilityManifestList)
×
3133
        in.DeepCopyInto(out)
×
3134
        return out
×
3135
}
3136

3137
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3138
func (in *VulnerabilityManifestList) DeepCopyObject() runtime.Object {
×
3139
        if c := in.DeepCopy(); c != nil {
×
3140
                return c
×
3141
        }
×
3142
        return nil
×
3143
}
3144

3145
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3146
func (in *VulnerabilityManifestMeta) DeepCopyInto(out *VulnerabilityManifestMeta) {
×
3147
        *out = *in
×
3148
        out.Tool = in.Tool
×
3149
        in.Report.DeepCopyInto(&out.Report)
×
3150
        return
×
3151
}
×
3152

3153
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestMeta.
3154
func (in *VulnerabilityManifestMeta) DeepCopy() *VulnerabilityManifestMeta {
×
3155
        if in == nil {
×
3156
                return nil
×
3157
        }
×
3158
        out := new(VulnerabilityManifestMeta)
×
3159
        in.DeepCopyInto(out)
×
3160
        return out
×
3161
}
3162

3163
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3164
func (in *VulnerabilityManifestReportMeta) DeepCopyInto(out *VulnerabilityManifestReportMeta) {
×
3165
        *out = *in
×
3166
        in.CreatedAt.DeepCopyInto(&out.CreatedAt)
×
3167
        return
×
3168
}
×
3169

3170
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestReportMeta.
3171
func (in *VulnerabilityManifestReportMeta) DeepCopy() *VulnerabilityManifestReportMeta {
×
3172
        if in == nil {
×
3173
                return nil
×
3174
        }
×
3175
        out := new(VulnerabilityManifestReportMeta)
×
3176
        in.DeepCopyInto(out)
×
3177
        return out
×
3178
}
3179

3180
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3181
func (in *VulnerabilityManifestSpec) DeepCopyInto(out *VulnerabilityManifestSpec) {
×
3182
        *out = *in
×
3183
        in.Metadata.DeepCopyInto(&out.Metadata)
×
3184
        in.Payload.DeepCopyInto(&out.Payload)
×
3185
        return
×
3186
}
×
3187

3188
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSpec.
3189
func (in *VulnerabilityManifestSpec) DeepCopy() *VulnerabilityManifestSpec {
×
3190
        if in == nil {
×
3191
                return nil
×
3192
        }
×
3193
        out := new(VulnerabilityManifestSpec)
×
3194
        in.DeepCopyInto(out)
×
3195
        return out
×
3196
}
3197

3198
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3199
func (in *VulnerabilityManifestStatus) DeepCopyInto(out *VulnerabilityManifestStatus) {
×
3200
        *out = *in
×
3201
        return
×
3202
}
×
3203

3204
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestStatus.
3205
func (in *VulnerabilityManifestStatus) DeepCopy() *VulnerabilityManifestStatus {
×
3206
        if in == nil {
×
3207
                return nil
×
3208
        }
×
3209
        out := new(VulnerabilityManifestStatus)
×
3210
        in.DeepCopyInto(out)
×
3211
        return out
×
3212
}
3213

3214
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3215
func (in *VulnerabilityManifestSummary) DeepCopyInto(out *VulnerabilityManifestSummary) {
×
3216
        *out = *in
×
3217
        out.TypeMeta = in.TypeMeta
×
3218
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3219
        out.Spec = in.Spec
×
3220
        out.Status = in.Status
×
3221
        return
×
3222
}
×
3223

3224
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummary.
3225
func (in *VulnerabilityManifestSummary) DeepCopy() *VulnerabilityManifestSummary {
×
3226
        if in == nil {
×
3227
                return nil
×
3228
        }
×
3229
        out := new(VulnerabilityManifestSummary)
×
3230
        in.DeepCopyInto(out)
×
3231
        return out
×
3232
}
3233

3234
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3235
func (in *VulnerabilityManifestSummary) DeepCopyObject() runtime.Object {
×
3236
        if c := in.DeepCopy(); c != nil {
×
3237
                return c
×
3238
        }
×
3239
        return nil
×
3240
}
3241

3242
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3243
func (in *VulnerabilityManifestSummaryList) DeepCopyInto(out *VulnerabilityManifestSummaryList) {
×
3244
        *out = *in
×
3245
        out.TypeMeta = in.TypeMeta
×
3246
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3247
        if in.Items != nil {
×
3248
                in, out := &in.Items, &out.Items
×
3249
                *out = make([]VulnerabilityManifestSummary, len(*in))
×
3250
                for i := range *in {
×
3251
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3252
                }
×
3253
        }
3254
        return
×
3255
}
3256

3257
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummaryList.
3258
func (in *VulnerabilityManifestSummaryList) DeepCopy() *VulnerabilityManifestSummaryList {
×
3259
        if in == nil {
×
3260
                return nil
×
3261
        }
×
3262
        out := new(VulnerabilityManifestSummaryList)
×
3263
        in.DeepCopyInto(out)
×
3264
        return out
×
3265
}
3266

3267
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3268
func (in *VulnerabilityManifestSummaryList) DeepCopyObject() runtime.Object {
×
3269
        if c := in.DeepCopy(); c != nil {
×
3270
                return c
×
3271
        }
×
3272
        return nil
×
3273
}
3274

3275
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3276
func (in *VulnerabilityManifestSummarySpec) DeepCopyInto(out *VulnerabilityManifestSummarySpec) {
×
3277
        *out = *in
×
3278
        out.Severities = in.Severities
×
3279
        out.Vulnerabilities = in.Vulnerabilities
×
3280
        return
×
3281
}
×
3282

3283
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummarySpec.
3284
func (in *VulnerabilityManifestSummarySpec) DeepCopy() *VulnerabilityManifestSummarySpec {
×
3285
        if in == nil {
×
3286
                return nil
×
3287
        }
×
3288
        out := new(VulnerabilityManifestSummarySpec)
×
3289
        in.DeepCopyInto(out)
×
3290
        return out
×
3291
}
3292

3293
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3294
func (in *VulnerabilityManifestToolMeta) DeepCopyInto(out *VulnerabilityManifestToolMeta) {
×
3295
        *out = *in
×
3296
        return
×
3297
}
×
3298

3299
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestToolMeta.
3300
func (in *VulnerabilityManifestToolMeta) DeepCopy() *VulnerabilityManifestToolMeta {
×
3301
        if in == nil {
×
3302
                return nil
×
3303
        }
×
3304
        out := new(VulnerabilityManifestToolMeta)
×
3305
        in.DeepCopyInto(out)
×
3306
        return out
×
3307
}
3308

3309
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3310
func (in *VulnerabilityMetadata) DeepCopyInto(out *VulnerabilityMetadata) {
×
3311
        *out = *in
×
3312
        if in.URLs != nil {
×
3313
                in, out := &in.URLs, &out.URLs
×
3314
                *out = make([]string, len(*in))
×
3315
                copy(*out, *in)
×
3316
        }
×
3317
        if in.Cvss != nil {
×
3318
                in, out := &in.Cvss, &out.Cvss
×
3319
                *out = make([]Cvss, len(*in))
×
3320
                for i := range *in {
×
3321
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3322
                }
×
3323
        }
3324
        return
×
3325
}
3326

3327
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityMetadata.
3328
func (in *VulnerabilityMetadata) DeepCopy() *VulnerabilityMetadata {
×
3329
        if in == nil {
×
3330
                return nil
×
3331
        }
×
3332
        out := new(VulnerabilityMetadata)
×
3333
        in.DeepCopyInto(out)
×
3334
        return out
×
3335
}
3336

3337
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3338
func (in *VulnerabilitySummary) DeepCopyInto(out *VulnerabilitySummary) {
×
3339
        *out = *in
×
3340
        out.TypeMeta = in.TypeMeta
×
3341
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3342
        in.Spec.DeepCopyInto(&out.Spec)
×
3343
        out.Status = in.Status
×
3344
        return
×
3345
}
×
3346

3347
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummary.
3348
func (in *VulnerabilitySummary) DeepCopy() *VulnerabilitySummary {
×
3349
        if in == nil {
×
3350
                return nil
×
3351
        }
×
3352
        out := new(VulnerabilitySummary)
×
3353
        in.DeepCopyInto(out)
×
3354
        return out
×
3355
}
3356

3357
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3358
func (in *VulnerabilitySummary) DeepCopyObject() runtime.Object {
×
3359
        if c := in.DeepCopy(); c != nil {
×
3360
                return c
×
3361
        }
×
3362
        return nil
×
3363
}
3364

3365
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3366
func (in *VulnerabilitySummaryList) DeepCopyInto(out *VulnerabilitySummaryList) {
×
3367
        *out = *in
×
3368
        out.TypeMeta = in.TypeMeta
×
3369
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3370
        if in.Items != nil {
×
3371
                in, out := &in.Items, &out.Items
×
3372
                *out = make([]VulnerabilitySummary, len(*in))
×
3373
                for i := range *in {
×
3374
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3375
                }
×
3376
        }
3377
        return
×
3378
}
3379

3380
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummaryList.
3381
func (in *VulnerabilitySummaryList) DeepCopy() *VulnerabilitySummaryList {
×
3382
        if in == nil {
×
3383
                return nil
×
3384
        }
×
3385
        out := new(VulnerabilitySummaryList)
×
3386
        in.DeepCopyInto(out)
×
3387
        return out
×
3388
}
3389

3390
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3391
func (in *VulnerabilitySummaryList) DeepCopyObject() runtime.Object {
×
3392
        if c := in.DeepCopy(); c != nil {
×
3393
                return c
×
3394
        }
×
3395
        return nil
×
3396
}
3397

3398
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3399
func (in *VulnerabilitySummarySpec) DeepCopyInto(out *VulnerabilitySummarySpec) {
×
3400
        *out = *in
×
3401
        out.Severities = in.Severities
×
3402
        if in.WorkloadVulnerabilitiesObj != nil {
×
3403
                in, out := &in.WorkloadVulnerabilitiesObj, &out.WorkloadVulnerabilitiesObj
×
3404
                *out = make([]VulnerabilitiesObjScope, len(*in))
×
3405
                copy(*out, *in)
×
3406
        }
×
3407
        return
×
3408
}
3409

3410
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummarySpec.
3411
func (in *VulnerabilitySummarySpec) DeepCopy() *VulnerabilitySummarySpec {
×
3412
        if in == nil {
×
3413
                return nil
×
3414
        }
×
3415
        out := new(VulnerabilitySummarySpec)
×
3416
        in.DeepCopyInto(out)
×
3417
        return out
×
3418
}
3419

3420
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3421
func (in *VulnerabilitySummaryStatus) DeepCopyInto(out *VulnerabilitySummaryStatus) {
×
3422
        *out = *in
×
3423
        return
×
3424
}
×
3425

3426
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummaryStatus.
3427
func (in *VulnerabilitySummaryStatus) DeepCopy() *VulnerabilitySummaryStatus {
×
3428
        if in == nil {
×
3429
                return nil
×
3430
        }
×
3431
        out := new(VulnerabilitySummaryStatus)
×
3432
        in.DeepCopyInto(out)
×
3433
        return out
×
3434
}
3435

3436
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3437
func (in *WorkloadConfigurationScan) DeepCopyInto(out *WorkloadConfigurationScan) {
×
3438
        *out = *in
×
3439
        out.TypeMeta = in.TypeMeta
×
3440
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3441
        in.Spec.DeepCopyInto(&out.Spec)
×
3442
        return
×
3443
}
×
3444

3445
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScan.
3446
func (in *WorkloadConfigurationScan) DeepCopy() *WorkloadConfigurationScan {
×
3447
        if in == nil {
×
3448
                return nil
×
3449
        }
×
3450
        out := new(WorkloadConfigurationScan)
×
3451
        in.DeepCopyInto(out)
×
3452
        return out
×
3453
}
3454

3455
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3456
func (in *WorkloadConfigurationScan) DeepCopyObject() runtime.Object {
×
3457
        if c := in.DeepCopy(); c != nil {
×
3458
                return c
×
3459
        }
×
3460
        return nil
×
3461
}
3462

3463
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3464
func (in *WorkloadConfigurationScanList) DeepCopyInto(out *WorkloadConfigurationScanList) {
×
3465
        *out = *in
×
3466
        out.TypeMeta = in.TypeMeta
×
3467
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3468
        if in.Items != nil {
×
3469
                in, out := &in.Items, &out.Items
×
3470
                *out = make([]WorkloadConfigurationScan, len(*in))
×
3471
                for i := range *in {
×
3472
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3473
                }
×
3474
        }
3475
        return
×
3476
}
3477

3478
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanList.
3479
func (in *WorkloadConfigurationScanList) DeepCopy() *WorkloadConfigurationScanList {
×
3480
        if in == nil {
×
3481
                return nil
×
3482
        }
×
3483
        out := new(WorkloadConfigurationScanList)
×
3484
        in.DeepCopyInto(out)
×
3485
        return out
×
3486
}
3487

3488
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3489
func (in *WorkloadConfigurationScanList) DeepCopyObject() runtime.Object {
×
3490
        if c := in.DeepCopy(); c != nil {
×
3491
                return c
×
3492
        }
×
3493
        return nil
×
3494
}
3495

3496
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3497
func (in *WorkloadConfigurationScanSeveritiesSummary) DeepCopyInto(out *WorkloadConfigurationScanSeveritiesSummary) {
×
3498
        *out = *in
×
3499
        return
×
3500
}
×
3501

3502
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSeveritiesSummary.
3503
func (in *WorkloadConfigurationScanSeveritiesSummary) DeepCopy() *WorkloadConfigurationScanSeveritiesSummary {
×
3504
        if in == nil {
×
3505
                return nil
×
3506
        }
×
3507
        out := new(WorkloadConfigurationScanSeveritiesSummary)
×
3508
        in.DeepCopyInto(out)
×
3509
        return out
×
3510
}
3511

3512
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3513
func (in *WorkloadConfigurationScanSpec) DeepCopyInto(out *WorkloadConfigurationScanSpec) {
×
3514
        *out = *in
×
3515
        if in.Controls != nil {
×
3516
                in, out := &in.Controls, &out.Controls
×
3517
                *out = make(map[string]ScannedControl, len(*in))
×
3518
                for key, val := range *in {
×
3519
                        (*out)[key] = *val.DeepCopy()
×
3520
                }
×
3521
        }
3522
        if in.RelatedObjects != nil {
×
3523
                in, out := &in.RelatedObjects, &out.RelatedObjects
×
3524
                *out = make([]WorkloadScanRelatedObject, len(*in))
×
3525
                copy(*out, *in)
×
3526
        }
×
3527
        return
×
3528
}
3529

3530
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSpec.
3531
func (in *WorkloadConfigurationScanSpec) DeepCopy() *WorkloadConfigurationScanSpec {
×
3532
        if in == nil {
×
3533
                return nil
×
3534
        }
×
3535
        out := new(WorkloadConfigurationScanSpec)
×
3536
        in.DeepCopyInto(out)
×
3537
        return out
×
3538
}
3539

3540
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3541
func (in *WorkloadConfigurationScanSummary) DeepCopyInto(out *WorkloadConfigurationScanSummary) {
×
3542
        *out = *in
×
3543
        out.TypeMeta = in.TypeMeta
×
3544
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3545
        in.Spec.DeepCopyInto(&out.Spec)
×
3546
        return
×
3547
}
×
3548

3549
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummary.
3550
func (in *WorkloadConfigurationScanSummary) DeepCopy() *WorkloadConfigurationScanSummary {
×
3551
        if in == nil {
×
3552
                return nil
×
3553
        }
×
3554
        out := new(WorkloadConfigurationScanSummary)
×
3555
        in.DeepCopyInto(out)
×
3556
        return out
×
3557
}
3558

3559
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3560
func (in *WorkloadConfigurationScanSummary) DeepCopyObject() runtime.Object {
×
3561
        if c := in.DeepCopy(); c != nil {
×
3562
                return c
×
3563
        }
×
3564
        return nil
×
3565
}
3566

3567
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3568
func (in *WorkloadConfigurationScanSummaryIdentifier) DeepCopyInto(out *WorkloadConfigurationScanSummaryIdentifier) {
×
3569
        *out = *in
×
3570
        return
×
3571
}
×
3572

3573
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummaryIdentifier.
3574
func (in *WorkloadConfigurationScanSummaryIdentifier) DeepCopy() *WorkloadConfigurationScanSummaryIdentifier {
×
3575
        if in == nil {
×
3576
                return nil
×
3577
        }
×
3578
        out := new(WorkloadConfigurationScanSummaryIdentifier)
×
3579
        in.DeepCopyInto(out)
×
3580
        return out
×
3581
}
3582

3583
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3584
func (in *WorkloadConfigurationScanSummaryList) DeepCopyInto(out *WorkloadConfigurationScanSummaryList) {
×
3585
        *out = *in
×
3586
        out.TypeMeta = in.TypeMeta
×
3587
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3588
        if in.Items != nil {
×
3589
                in, out := &in.Items, &out.Items
×
3590
                *out = make([]WorkloadConfigurationScanSummary, len(*in))
×
3591
                for i := range *in {
×
3592
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3593
                }
×
3594
        }
3595
        return
×
3596
}
3597

3598
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummaryList.
3599
func (in *WorkloadConfigurationScanSummaryList) DeepCopy() *WorkloadConfigurationScanSummaryList {
×
3600
        if in == nil {
×
3601
                return nil
×
3602
        }
×
3603
        out := new(WorkloadConfigurationScanSummaryList)
×
3604
        in.DeepCopyInto(out)
×
3605
        return out
×
3606
}
3607

3608
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3609
func (in *WorkloadConfigurationScanSummaryList) DeepCopyObject() runtime.Object {
×
3610
        if c := in.DeepCopy(); c != nil {
×
3611
                return c
×
3612
        }
×
3613
        return nil
×
3614
}
3615

3616
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3617
func (in *WorkloadConfigurationScanSummarySpec) DeepCopyInto(out *WorkloadConfigurationScanSummarySpec) {
×
3618
        *out = *in
×
3619
        out.Severities = in.Severities
×
3620
        if in.Controls != nil {
×
3621
                in, out := &in.Controls, &out.Controls
×
3622
                *out = make(map[string]ScannedControlSummary, len(*in))
×
3623
                for key, val := range *in {
×
3624
                        (*out)[key] = val
×
3625
                }
×
3626
        }
3627
        return
×
3628
}
3629

3630
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummarySpec.
3631
func (in *WorkloadConfigurationScanSummarySpec) DeepCopy() *WorkloadConfigurationScanSummarySpec {
×
3632
        if in == nil {
×
3633
                return nil
×
3634
        }
×
3635
        out := new(WorkloadConfigurationScanSummarySpec)
×
3636
        in.DeepCopyInto(out)
×
3637
        return out
×
3638
}
3639

3640
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3641
func (in *WorkloadScanRelatedObject) DeepCopyInto(out *WorkloadScanRelatedObject) {
×
3642
        *out = *in
×
3643
        return
×
3644
}
×
3645

3646
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadScanRelatedObject.
3647
func (in *WorkloadScanRelatedObject) DeepCopy() *WorkloadScanRelatedObject {
×
3648
        if in == nil {
×
3649
                return nil
×
3650
        }
×
3651
        out := new(WorkloadScanRelatedObject)
×
3652
        in.DeepCopyInto(out)
×
3653
        return out
×
3654
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc