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

kubescape / storage / 6719853104

01 Nov 2023 12:48PM UTC coverage: 23.525%. First build
6719853104

Pull #58

github

web-flow
Merge e01e1f7df into ca59d2b54
Pull Request #58: Generated network policy

1107 of 1107 new or added lines in 6 files covered. (100.0%)

977 of 4153 relevant lines covered (23.53%)

7.51 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 *ApplicationProfileList) DeepCopyInto(out *ApplicationProfileList) {
×
210
        *out = *in
×
211
        out.TypeMeta = in.TypeMeta
×
212
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
213
        if in.Items != nil {
×
214
                in, out := &in.Items, &out.Items
×
215
                *out = make([]ApplicationProfile, len(*in))
×
216
                for i := range *in {
×
217
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
218
                }
×
219
        }
220
        return
×
221
}
222

223
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileList.
224
func (in *ApplicationProfileList) DeepCopy() *ApplicationProfileList {
×
225
        if in == nil {
×
226
                return nil
×
227
        }
×
228
        out := new(ApplicationProfileList)
×
229
        in.DeepCopyInto(out)
×
230
        return out
×
231
}
232

233
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
234
func (in *ApplicationProfileList) DeepCopyObject() runtime.Object {
×
235
        if c := in.DeepCopy(); c != nil {
×
236
                return c
×
237
        }
×
238
        return nil
×
239
}
240

241
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
242
func (in *ApplicationProfileSpec) DeepCopyInto(out *ApplicationProfileSpec) {
×
243
        *out = *in
×
244
        if in.Capabilities != nil {
×
245
                in, out := &in.Capabilities, &out.Capabilities
×
246
                *out = make([]string, len(*in))
×
247
                copy(*out, *in)
×
248
        }
×
249
        if in.Execs != nil {
×
250
                in, out := &in.Execs, &out.Execs
×
251
                *out = make([]ExecCalls, len(*in))
×
252
                for i := range *in {
×
253
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
254
                }
×
255
        }
256
        if in.Opens != nil {
×
257
                in, out := &in.Opens, &out.Opens
×
258
                *out = make([]OpenCalls, len(*in))
×
259
                for i := range *in {
×
260
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
261
                }
×
262
        }
263
        return
×
264
}
265

266
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileSpec.
267
func (in *ApplicationProfileSpec) DeepCopy() *ApplicationProfileSpec {
×
268
        if in == nil {
×
269
                return nil
×
270
        }
×
271
        out := new(ApplicationProfileSpec)
×
272
        in.DeepCopyInto(out)
×
273
        return out
×
274
}
275

276
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
277
func (in *ApplicationProfileStatus) DeepCopyInto(out *ApplicationProfileStatus) {
×
278
        *out = *in
×
279
        return
×
280
}
×
281

282
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileStatus.
283
func (in *ApplicationProfileStatus) DeepCopy() *ApplicationProfileStatus {
×
284
        if in == nil {
×
285
                return nil
×
286
        }
×
287
        out := new(ApplicationProfileStatus)
×
288
        in.DeepCopyInto(out)
×
289
        return out
×
290
}
291

292
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
293
func (in *ApplicationProfileSummary) DeepCopyInto(out *ApplicationProfileSummary) {
×
294
        *out = *in
×
295
        out.TypeMeta = in.TypeMeta
×
296
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
297
        return
×
298
}
×
299

300
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationProfileSummary.
301
func (in *ApplicationProfileSummary) DeepCopy() *ApplicationProfileSummary {
×
302
        if in == nil {
×
303
                return nil
×
304
        }
×
305
        out := new(ApplicationProfileSummary)
×
306
        in.DeepCopyInto(out)
×
307
        return out
×
308
}
309

310
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
311
func (in *ApplicationProfileSummary) DeepCopyObject() runtime.Object {
×
312
        if c := in.DeepCopy(); c != nil {
×
313
                return c
×
314
        }
×
315
        return nil
×
316
}
317

318
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
319
func (in *ApplicationProfileSummaryList) DeepCopyInto(out *ApplicationProfileSummaryList) {
×
320
        *out = *in
×
321
        out.TypeMeta = in.TypeMeta
×
322
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
323
        if in.Items != nil {
×
324
                in, out := &in.Items, &out.Items
×
325
                *out = make([]ApplicationProfileSummary, len(*in))
×
326
                for i := range *in {
×
327
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
328
                }
×
329
        }
330
        return
×
331
}
332

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

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

351
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
352
func (in *ArtifactOfProject) DeepCopyInto(out *ArtifactOfProject) {
×
353
        *out = *in
×
354
        return
×
355
}
×
356

357
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ArtifactOfProject.
358
func (in *ArtifactOfProject) DeepCopy() *ArtifactOfProject {
×
359
        if in == nil {
×
360
                return nil
×
361
        }
×
362
        out := new(ArtifactOfProject)
×
363
        in.DeepCopyInto(out)
×
364
        return out
×
365
}
366

367
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
368
func (in *Checksum) DeepCopyInto(out *Checksum) {
×
369
        *out = *in
×
370
        return
×
371
}
×
372

373
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Checksum.
374
func (in *Checksum) DeepCopy() *Checksum {
×
375
        if in == nil {
×
376
                return nil
×
377
        }
×
378
        out := new(Checksum)
×
379
        in.DeepCopyInto(out)
×
380
        return out
×
381
}
382

383
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
384
func (in *Component) DeepCopyInto(out *Component) {
×
385
        *out = *in
×
386
        if in.Hashes != nil {
×
387
                in, out := &in.Hashes, &out.Hashes
×
388
                *out = make(map[Algorithm]Hash, len(*in))
×
389
                for key, val := range *in {
×
390
                        (*out)[key] = val
×
391
                }
×
392
        }
393
        if in.Identifiers != nil {
×
394
                in, out := &in.Identifiers, &out.Identifiers
×
395
                *out = make(map[IdentifierType]string, len(*in))
×
396
                for key, val := range *in {
×
397
                        (*out)[key] = val
×
398
                }
×
399
        }
400
        return
×
401
}
402

403
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Component.
404
func (in *Component) DeepCopy() *Component {
×
405
        if in == nil {
×
406
                return nil
×
407
        }
×
408
        out := new(Component)
×
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 *ConfigurationScanSummary) DeepCopyInto(out *ConfigurationScanSummary) {
×
415
        *out = *in
×
416
        out.TypeMeta = in.TypeMeta
×
417
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
418
        in.Spec.DeepCopyInto(&out.Spec)
×
419
        return
×
420
}
×
421

422
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationScanSummary.
423
func (in *ConfigurationScanSummary) DeepCopy() *ConfigurationScanSummary {
×
424
        if in == nil {
×
425
                return nil
×
426
        }
×
427
        out := new(ConfigurationScanSummary)
×
428
        in.DeepCopyInto(out)
×
429
        return out
×
430
}
431

432
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
433
func (in *ConfigurationScanSummary) DeepCopyObject() runtime.Object {
×
434
        if c := in.DeepCopy(); c != nil {
×
435
                return c
×
436
        }
×
437
        return nil
×
438
}
439

440
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
441
func (in *ConfigurationScanSummaryList) DeepCopyInto(out *ConfigurationScanSummaryList) {
×
442
        *out = *in
×
443
        out.TypeMeta = in.TypeMeta
×
444
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
445
        if in.Items != nil {
×
446
                in, out := &in.Items, &out.Items
×
447
                *out = make([]ConfigurationScanSummary, len(*in))
×
448
                for i := range *in {
×
449
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
450
                }
×
451
        }
452
        return
×
453
}
454

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

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

473
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
474
func (in *ConfigurationScanSummarySpec) DeepCopyInto(out *ConfigurationScanSummarySpec) {
×
475
        *out = *in
×
476
        out.Severities = in.Severities
×
477
        if in.WorkloadConfigurationScanSummaryIdentifiers != nil {
×
478
                in, out := &in.WorkloadConfigurationScanSummaryIdentifiers, &out.WorkloadConfigurationScanSummaryIdentifiers
×
479
                *out = make([]WorkloadConfigurationScanSummaryIdentifier, len(*in))
×
480
                copy(*out, *in)
×
481
        }
×
482
        return
×
483
}
484

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

495
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
496
func (in *ControlSeverity) DeepCopyInto(out *ControlSeverity) {
×
497
        *out = *in
×
498
        return
×
499
}
×
500

501
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlSeverity.
502
func (in *ControlSeverity) DeepCopy() *ControlSeverity {
×
503
        if in == nil {
×
504
                return nil
×
505
        }
×
506
        out := new(ControlSeverity)
×
507
        in.DeepCopyInto(out)
×
508
        return out
×
509
}
510

511
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
512
func (in *CreationInfo) DeepCopyInto(out *CreationInfo) {
×
513
        *out = *in
×
514
        if in.Creators != nil {
×
515
                in, out := &in.Creators, &out.Creators
×
516
                *out = make([]Creator, len(*in))
×
517
                copy(*out, *in)
×
518
        }
×
519
        return
×
520
}
521

522
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CreationInfo.
523
func (in *CreationInfo) DeepCopy() *CreationInfo {
×
524
        if in == nil {
×
525
                return nil
×
526
        }
×
527
        out := new(CreationInfo)
×
528
        in.DeepCopyInto(out)
×
529
        return out
×
530
}
531

532
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
533
func (in *Creator) DeepCopyInto(out *Creator) {
×
534
        *out = *in
×
535
        return
×
536
}
×
537

538
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Creator.
539
func (in *Creator) DeepCopy() *Creator {
×
540
        if in == nil {
×
541
                return nil
×
542
        }
×
543
        out := new(Creator)
×
544
        in.DeepCopyInto(out)
×
545
        return out
×
546
}
547

548
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
549
func (in *Cvss) DeepCopyInto(out *Cvss) {
×
550
        *out = *in
×
551
        in.Metrics.DeepCopyInto(&out.Metrics)
×
552
        if in.VendorMetadata != nil {
×
553
                in, out := &in.VendorMetadata, &out.VendorMetadata
×
554
                *out = make(json.RawMessage, len(*in))
×
555
                copy(*out, *in)
×
556
        }
×
557
        return
×
558
}
559

560
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cvss.
561
func (in *Cvss) DeepCopy() *Cvss {
×
562
        if in == nil {
×
563
                return nil
×
564
        }
×
565
        out := new(Cvss)
×
566
        in.DeepCopyInto(out)
×
567
        return out
×
568
}
569

570
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
571
func (in *CvssMetrics) DeepCopyInto(out *CvssMetrics) {
×
572
        *out = *in
×
573
        if in.ExploitabilityScore != nil {
×
574
                in, out := &in.ExploitabilityScore, &out.ExploitabilityScore
×
575
                *out = new(float64)
×
576
                **out = **in
×
577
        }
×
578
        if in.ImpactScore != nil {
×
579
                in, out := &in.ImpactScore, &out.ImpactScore
×
580
                *out = new(float64)
×
581
                **out = **in
×
582
        }
×
583
        return
×
584
}
585

586
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CvssMetrics.
587
func (in *CvssMetrics) DeepCopy() *CvssMetrics {
×
588
        if in == nil {
×
589
                return nil
×
590
        }
×
591
        out := new(CvssMetrics)
×
592
        in.DeepCopyInto(out)
×
593
        return out
×
594
}
595

596
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
597
func (in *Descriptor) DeepCopyInto(out *Descriptor) {
×
598
        *out = *in
×
599
        if in.Configuration != nil {
×
600
                in, out := &in.Configuration, &out.Configuration
×
601
                *out = make(json.RawMessage, len(*in))
×
602
                copy(*out, *in)
×
603
        }
×
604
        if in.VulnerabilityDBStatus != nil {
×
605
                in, out := &in.VulnerabilityDBStatus, &out.VulnerabilityDBStatus
×
606
                *out = make(json.RawMessage, len(*in))
×
607
                copy(*out, *in)
×
608
        }
×
609
        return
×
610
}
611

612
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Descriptor.
613
func (in *Descriptor) DeepCopy() *Descriptor {
×
614
        if in == nil {
×
615
                return nil
×
616
        }
×
617
        out := new(Descriptor)
×
618
        in.DeepCopyInto(out)
×
619
        return out
×
620
}
621

622
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
623
func (in *Distribution) DeepCopyInto(out *Distribution) {
×
624
        *out = *in
×
625
        if in.IDLike != nil {
×
626
                in, out := &in.IDLike, &out.IDLike
×
627
                *out = make([]string, len(*in))
×
628
                copy(*out, *in)
×
629
        }
×
630
        return
×
631
}
632

633
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Distribution.
634
func (in *Distribution) DeepCopy() *Distribution {
×
635
        if in == nil {
×
636
                return nil
×
637
        }
×
638
        out := new(Distribution)
×
639
        in.DeepCopyInto(out)
×
640
        return out
×
641
}
642

643
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
644
func (in *DocElementID) DeepCopyInto(out *DocElementID) {
×
645
        *out = *in
×
646
        return
×
647
}
×
648

649
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DocElementID.
650
func (in *DocElementID) DeepCopy() *DocElementID {
×
651
        if in == nil {
×
652
                return nil
×
653
        }
×
654
        out := new(DocElementID)
×
655
        in.DeepCopyInto(out)
×
656
        return out
×
657
}
658

659
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
660
func (in *Document) DeepCopyInto(out *Document) {
×
661
        *out = *in
×
662
        if in.DocumentDescribes != nil {
×
663
                in, out := &in.DocumentDescribes, &out.DocumentDescribes
×
664
                *out = make([]string, len(*in))
×
665
                copy(*out, *in)
×
666
        }
×
667
        if in.ExternalDocumentReferences != nil {
×
668
                in, out := &in.ExternalDocumentReferences, &out.ExternalDocumentReferences
×
669
                *out = make([]ExternalDocumentRef, len(*in))
×
670
                copy(*out, *in)
×
671
        }
×
672
        if in.CreationInfo != nil {
×
673
                in, out := &in.CreationInfo, &out.CreationInfo
×
674
                *out = new(CreationInfo)
×
675
                (*in).DeepCopyInto(*out)
×
676
        }
×
677
        if in.Packages != nil {
×
678
                in, out := &in.Packages, &out.Packages
×
679
                *out = make([]*Package, len(*in))
×
680
                for i := range *in {
×
681
                        if (*in)[i] != nil {
×
682
                                in, out := &(*in)[i], &(*out)[i]
×
683
                                *out = new(Package)
×
684
                                (*in).DeepCopyInto(*out)
×
685
                        }
×
686
                }
687
        }
688
        if in.Files != nil {
×
689
                in, out := &in.Files, &out.Files
×
690
                *out = make([]*File, len(*in))
×
691
                for i := range *in {
×
692
                        if (*in)[i] != nil {
×
693
                                in, out := &(*in)[i], &(*out)[i]
×
694
                                *out = new(File)
×
695
                                (*in).DeepCopyInto(*out)
×
696
                        }
×
697
                }
698
        }
699
        if in.OtherLicenses != nil {
×
700
                in, out := &in.OtherLicenses, &out.OtherLicenses
×
701
                *out = make([]*OtherLicense, len(*in))
×
702
                for i := range *in {
×
703
                        if (*in)[i] != nil {
×
704
                                in, out := &(*in)[i], &(*out)[i]
×
705
                                *out = new(OtherLicense)
×
706
                                (*in).DeepCopyInto(*out)
×
707
                        }
×
708
                }
709
        }
710
        if in.Relationships != nil {
×
711
                in, out := &in.Relationships, &out.Relationships
×
712
                *out = make([]*Relationship, len(*in))
×
713
                for i := range *in {
×
714
                        if (*in)[i] != nil {
×
715
                                in, out := &(*in)[i], &(*out)[i]
×
716
                                *out = new(Relationship)
×
717
                                **out = **in
×
718
                        }
×
719
                }
720
        }
721
        if in.Annotations != nil {
×
722
                in, out := &in.Annotations, &out.Annotations
×
723
                *out = make([]Annotation, len(*in))
×
724
                copy(*out, *in)
×
725
        }
×
726
        if in.Snippets != nil {
×
727
                in, out := &in.Snippets, &out.Snippets
×
728
                *out = make([]Snippet, len(*in))
×
729
                for i := range *in {
×
730
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
731
                }
×
732
        }
733
        if in.Reviews != nil {
×
734
                in, out := &in.Reviews, &out.Reviews
×
735
                *out = make([]*Review, len(*in))
×
736
                for i := range *in {
×
737
                        if (*in)[i] != nil {
×
738
                                in, out := &(*in)[i], &(*out)[i]
×
739
                                *out = new(Review)
×
740
                                **out = **in
×
741
                        }
×
742
                }
743
        }
744
        return
×
745
}
746

747
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Document.
748
func (in *Document) DeepCopy() *Document {
×
749
        if in == nil {
×
750
                return nil
×
751
        }
×
752
        out := new(Document)
×
753
        in.DeepCopyInto(out)
×
754
        return out
×
755
}
756

757
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
758
func (in *ExecCalls) DeepCopyInto(out *ExecCalls) {
×
759
        *out = *in
×
760
        if in.Args != nil {
×
761
                in, out := &in.Args, &out.Args
×
762
                *out = make([]string, len(*in))
×
763
                copy(*out, *in)
×
764
        }
×
765
        if in.Envs != nil {
×
766
                in, out := &in.Envs, &out.Envs
×
767
                *out = make([]string, len(*in))
×
768
                copy(*out, *in)
×
769
        }
×
770
        return
×
771
}
772

773
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecCalls.
774
func (in *ExecCalls) DeepCopy() *ExecCalls {
×
775
        if in == nil {
×
776
                return nil
×
777
        }
×
778
        out := new(ExecCalls)
×
779
        in.DeepCopyInto(out)
×
780
        return out
×
781
}
782

783
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
784
func (in *ExternalDocumentRef) DeepCopyInto(out *ExternalDocumentRef) {
×
785
        *out = *in
×
786
        out.Checksum = in.Checksum
×
787
        return
×
788
}
×
789

790
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalDocumentRef.
791
func (in *ExternalDocumentRef) DeepCopy() *ExternalDocumentRef {
×
792
        if in == nil {
×
793
                return nil
×
794
        }
×
795
        out := new(ExternalDocumentRef)
×
796
        in.DeepCopyInto(out)
×
797
        return out
×
798
}
799

800
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
801
func (in *File) DeepCopyInto(out *File) {
×
802
        *out = *in
×
803
        if in.FileTypes != nil {
×
804
                in, out := &in.FileTypes, &out.FileTypes
×
805
                *out = make([]string, len(*in))
×
806
                copy(*out, *in)
×
807
        }
×
808
        if in.Checksums != nil {
×
809
                in, out := &in.Checksums, &out.Checksums
×
810
                *out = make([]Checksum, len(*in))
×
811
                copy(*out, *in)
×
812
        }
×
813
        if in.LicenseInfoInFiles != nil {
×
814
                in, out := &in.LicenseInfoInFiles, &out.LicenseInfoInFiles
×
815
                *out = make([]string, len(*in))
×
816
                copy(*out, *in)
×
817
        }
×
818
        if in.ArtifactOfProjects != nil {
×
819
                in, out := &in.ArtifactOfProjects, &out.ArtifactOfProjects
×
820
                *out = make([]*ArtifactOfProject, len(*in))
×
821
                for i := range *in {
×
822
                        if (*in)[i] != nil {
×
823
                                in, out := &(*in)[i], &(*out)[i]
×
824
                                *out = new(ArtifactOfProject)
×
825
                                **out = **in
×
826
                        }
×
827
                }
828
        }
829
        if in.FileContributors != nil {
×
830
                in, out := &in.FileContributors, &out.FileContributors
×
831
                *out = make([]string, len(*in))
×
832
                copy(*out, *in)
×
833
        }
×
834
        if in.FileAttributionTexts != nil {
×
835
                in, out := &in.FileAttributionTexts, &out.FileAttributionTexts
×
836
                *out = make([]string, len(*in))
×
837
                copy(*out, *in)
×
838
        }
×
839
        if in.FileDependencies != nil {
×
840
                in, out := &in.FileDependencies, &out.FileDependencies
×
841
                *out = make([]string, len(*in))
×
842
                copy(*out, *in)
×
843
        }
×
844
        if in.Snippets != nil {
×
845
                in, out := &in.Snippets, &out.Snippets
×
846
                *out = make(map[ElementID]*Snippet, len(*in))
×
847
                for key, val := range *in {
×
848
                        var outVal *Snippet
×
849
                        if val == nil {
×
850
                                (*out)[key] = nil
×
851
                        } else {
×
852
                                in, out := &val, &outVal
×
853
                                *out = new(Snippet)
×
854
                                (*in).DeepCopyInto(*out)
×
855
                        }
×
856
                        (*out)[key] = outVal
×
857
                }
858
        }
859
        if in.Annotations != nil {
×
860
                in, out := &in.Annotations, &out.Annotations
×
861
                *out = make([]Annotation, len(*in))
×
862
                copy(*out, *in)
×
863
        }
×
864
        return
×
865
}
866

867
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new File.
868
func (in *File) DeepCopy() *File {
×
869
        if in == nil {
×
870
                return nil
×
871
        }
×
872
        out := new(File)
×
873
        in.DeepCopyInto(out)
×
874
        return out
×
875
}
876

877
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
878
func (in *Fix) DeepCopyInto(out *Fix) {
×
879
        *out = *in
×
880
        if in.Versions != nil {
×
881
                in, out := &in.Versions, &out.Versions
×
882
                *out = make([]string, len(*in))
×
883
                copy(*out, *in)
×
884
        }
×
885
        return
×
886
}
887

888
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Fix.
889
func (in *Fix) DeepCopy() *Fix {
×
890
        if in == nil {
×
891
                return nil
×
892
        }
×
893
        out := new(Fix)
×
894
        in.DeepCopyInto(out)
×
895
        return out
×
896
}
897

898
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
899
func (in *GeneratedNetworkPolicy) DeepCopyInto(out *GeneratedNetworkPolicy) {
×
900
        *out = *in
×
901
        out.TypeMeta = in.TypeMeta
×
902
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
903
        in.Spec.DeepCopyInto(&out.Spec)
×
904
        if in.PoliciesRef != nil {
×
905
                in, out := &in.PoliciesRef, &out.PoliciesRef
×
906
                *out = make([]PolicyRef, len(*in))
×
907
                copy(*out, *in)
×
908
        }
×
909
        return
×
910
}
911

912
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GeneratedNetworkPolicy.
913
func (in *GeneratedNetworkPolicy) DeepCopy() *GeneratedNetworkPolicy {
×
914
        if in == nil {
×
915
                return nil
×
916
        }
×
917
        out := new(GeneratedNetworkPolicy)
×
918
        in.DeepCopyInto(out)
×
919
        return out
×
920
}
921

922
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
923
func (in *GeneratedNetworkPolicy) DeepCopyObject() runtime.Object {
×
924
        if c := in.DeepCopy(); c != nil {
×
925
                return c
×
926
        }
×
927
        return nil
×
928
}
929

930
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
931
func (in *GeneratedNetworkPolicyList) DeepCopyInto(out *GeneratedNetworkPolicyList) {
×
932
        *out = *in
×
933
        out.TypeMeta = in.TypeMeta
×
934
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
935
        if in.Items != nil {
×
936
                in, out := &in.Items, &out.Items
×
937
                *out = make([]GeneratedNetworkPolicy, len(*in))
×
938
                for i := range *in {
×
939
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
940
                }
×
941
        }
942
        return
×
943
}
944

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

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

963
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
964
func (in *GrypeDocument) DeepCopyInto(out *GrypeDocument) {
×
965
        *out = *in
×
966
        if in.Matches != nil {
×
967
                in, out := &in.Matches, &out.Matches
×
968
                *out = make([]Match, len(*in))
×
969
                for i := range *in {
×
970
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
971
                }
×
972
        }
973
        if in.IgnoredMatches != nil {
×
974
                in, out := &in.IgnoredMatches, &out.IgnoredMatches
×
975
                *out = make([]IgnoredMatch, len(*in))
×
976
                for i := range *in {
×
977
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
978
                }
×
979
        }
980
        if in.Source != nil {
×
981
                in, out := &in.Source, &out.Source
×
982
                *out = new(Source)
×
983
                (*in).DeepCopyInto(*out)
×
984
        }
×
985
        in.Distro.DeepCopyInto(&out.Distro)
×
986
        in.Descriptor.DeepCopyInto(&out.Descriptor)
×
987
        return
×
988
}
989

990
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrypeDocument.
991
func (in *GrypeDocument) DeepCopy() *GrypeDocument {
×
992
        if in == nil {
×
993
                return nil
×
994
        }
×
995
        out := new(GrypeDocument)
×
996
        in.DeepCopyInto(out)
×
997
        return out
×
998
}
999

1000
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1001
func (in *GrypePackage) DeepCopyInto(out *GrypePackage) {
×
1002
        *out = *in
×
1003
        if in.Locations != nil {
×
1004
                in, out := &in.Locations, &out.Locations
×
1005
                *out = make([]SyftCoordinates, len(*in))
×
1006
                copy(*out, *in)
×
1007
        }
×
1008
        if in.Licenses != nil {
×
1009
                in, out := &in.Licenses, &out.Licenses
×
1010
                *out = make([]string, len(*in))
×
1011
                copy(*out, *in)
×
1012
        }
×
1013
        if in.CPEs != nil {
×
1014
                in, out := &in.CPEs, &out.CPEs
×
1015
                *out = make([]string, len(*in))
×
1016
                copy(*out, *in)
×
1017
        }
×
1018
        if in.Upstreams != nil {
×
1019
                in, out := &in.Upstreams, &out.Upstreams
×
1020
                *out = make([]UpstreamPackage, len(*in))
×
1021
                copy(*out, *in)
×
1022
        }
×
1023
        if in.Metadata != nil {
×
1024
                in, out := &in.Metadata, &out.Metadata
×
1025
                *out = make(json.RawMessage, len(*in))
×
1026
                copy(*out, *in)
×
1027
        }
×
1028
        return
×
1029
}
1030

1031
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrypePackage.
1032
func (in *GrypePackage) DeepCopy() *GrypePackage {
×
1033
        if in == nil {
×
1034
                return nil
×
1035
        }
×
1036
        out := new(GrypePackage)
×
1037
        in.DeepCopyInto(out)
×
1038
        return out
×
1039
}
1040

1041
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1042
func (in *HTTPIngressPath) DeepCopyInto(out *HTTPIngressPath) {
×
1043
        *out = *in
×
1044
        if in.PathType != nil {
×
1045
                in, out := &in.PathType, &out.PathType
×
1046
                *out = new(PathType)
×
1047
                **out = **in
×
1048
        }
×
1049
        in.Backend.DeepCopyInto(&out.Backend)
×
1050
        return
×
1051
}
1052

1053
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressPath.
1054
func (in *HTTPIngressPath) DeepCopy() *HTTPIngressPath {
×
1055
        if in == nil {
×
1056
                return nil
×
1057
        }
×
1058
        out := new(HTTPIngressPath)
×
1059
        in.DeepCopyInto(out)
×
1060
        return out
×
1061
}
1062

1063
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1064
func (in *HTTPIngressRuleValue) DeepCopyInto(out *HTTPIngressRuleValue) {
×
1065
        *out = *in
×
1066
        if in.Paths != nil {
×
1067
                in, out := &in.Paths, &out.Paths
×
1068
                *out = make([]HTTPIngressPath, len(*in))
×
1069
                for i := range *in {
×
1070
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1071
                }
×
1072
        }
1073
        return
×
1074
}
1075

1076
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressRuleValue.
1077
func (in *HTTPIngressRuleValue) DeepCopy() *HTTPIngressRuleValue {
×
1078
        if in == nil {
×
1079
                return nil
×
1080
        }
×
1081
        out := new(HTTPIngressRuleValue)
×
1082
        in.DeepCopyInto(out)
×
1083
        return out
×
1084
}
1085

1086
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1087
func (in *IPBlock) DeepCopyInto(out *IPBlock) {
×
1088
        *out = *in
×
1089
        if in.Except != nil {
×
1090
                in, out := &in.Except, &out.Except
×
1091
                *out = make([]string, len(*in))
×
1092
                copy(*out, *in)
×
1093
        }
×
1094
        return
×
1095
}
1096

1097
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPBlock.
1098
func (in *IPBlock) DeepCopy() *IPBlock {
×
1099
        if in == nil {
×
1100
                return nil
×
1101
        }
×
1102
        out := new(IPBlock)
×
1103
        in.DeepCopyInto(out)
×
1104
        return out
×
1105
}
1106

1107
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1108
func (in *IgnoreRule) DeepCopyInto(out *IgnoreRule) {
×
1109
        *out = *in
×
1110
        if in.Package != nil {
×
1111
                in, out := &in.Package, &out.Package
×
1112
                *out = new(IgnoreRulePackage)
×
1113
                **out = **in
×
1114
        }
×
1115
        return
×
1116
}
1117

1118
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoreRule.
1119
func (in *IgnoreRule) DeepCopy() *IgnoreRule {
×
1120
        if in == nil {
×
1121
                return nil
×
1122
        }
×
1123
        out := new(IgnoreRule)
×
1124
        in.DeepCopyInto(out)
×
1125
        return out
×
1126
}
1127

1128
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1129
func (in *IgnoreRulePackage) DeepCopyInto(out *IgnoreRulePackage) {
×
1130
        *out = *in
×
1131
        return
×
1132
}
×
1133

1134
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoreRulePackage.
1135
func (in *IgnoreRulePackage) DeepCopy() *IgnoreRulePackage {
×
1136
        if in == nil {
×
1137
                return nil
×
1138
        }
×
1139
        out := new(IgnoreRulePackage)
×
1140
        in.DeepCopyInto(out)
×
1141
        return out
×
1142
}
1143

1144
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1145
func (in *IgnoredMatch) DeepCopyInto(out *IgnoredMatch) {
×
1146
        *out = *in
×
1147
        in.Match.DeepCopyInto(&out.Match)
×
1148
        if in.AppliedIgnoreRules != nil {
×
1149
                in, out := &in.AppliedIgnoreRules, &out.AppliedIgnoreRules
×
1150
                *out = make([]IgnoreRule, len(*in))
×
1151
                for i := range *in {
×
1152
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1153
                }
×
1154
        }
1155
        return
×
1156
}
1157

1158
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IgnoredMatch.
1159
func (in *IgnoredMatch) DeepCopy() *IgnoredMatch {
×
1160
        if in == nil {
×
1161
                return nil
×
1162
        }
×
1163
        out := new(IgnoredMatch)
×
1164
        in.DeepCopyInto(out)
×
1165
        return out
×
1166
}
1167

1168
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1169
func (in *Ingress) DeepCopyInto(out *Ingress) {
×
1170
        *out = *in
×
1171
        out.TypeMeta = in.TypeMeta
×
1172
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1173
        in.Spec.DeepCopyInto(&out.Spec)
×
1174
        in.Status.DeepCopyInto(&out.Status)
×
1175
        return
×
1176
}
×
1177

1178
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ingress.
1179
func (in *Ingress) DeepCopy() *Ingress {
×
1180
        if in == nil {
×
1181
                return nil
×
1182
        }
×
1183
        out := new(Ingress)
×
1184
        in.DeepCopyInto(out)
×
1185
        return out
×
1186
}
1187

1188
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1189
func (in *IngressBackend) DeepCopyInto(out *IngressBackend) {
×
1190
        *out = *in
×
1191
        if in.Service != nil {
×
1192
                in, out := &in.Service, &out.Service
×
1193
                *out = new(IngressServiceBackend)
×
1194
                **out = **in
×
1195
        }
×
1196
        if in.Resource != nil {
×
1197
                in, out := &in.Resource, &out.Resource
×
1198
                *out = new(v1.TypedLocalObjectReference)
×
1199
                (*in).DeepCopyInto(*out)
×
1200
        }
×
1201
        return
×
1202
}
1203

1204
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressBackend.
1205
func (in *IngressBackend) DeepCopy() *IngressBackend {
×
1206
        if in == nil {
×
1207
                return nil
×
1208
        }
×
1209
        out := new(IngressBackend)
×
1210
        in.DeepCopyInto(out)
×
1211
        return out
×
1212
}
1213

1214
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1215
func (in *IngressClass) DeepCopyInto(out *IngressClass) {
×
1216
        *out = *in
×
1217
        out.TypeMeta = in.TypeMeta
×
1218
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1219
        in.Spec.DeepCopyInto(&out.Spec)
×
1220
        return
×
1221
}
×
1222

1223
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClass.
1224
func (in *IngressClass) DeepCopy() *IngressClass {
×
1225
        if in == nil {
×
1226
                return nil
×
1227
        }
×
1228
        out := new(IngressClass)
×
1229
        in.DeepCopyInto(out)
×
1230
        return out
×
1231
}
1232

1233
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1234
func (in *IngressClassList) DeepCopyInto(out *IngressClassList) {
×
1235
        *out = *in
×
1236
        out.TypeMeta = in.TypeMeta
×
1237
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1238
        if in.Items != nil {
×
1239
                in, out := &in.Items, &out.Items
×
1240
                *out = make([]IngressClass, len(*in))
×
1241
                for i := range *in {
×
1242
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1243
                }
×
1244
        }
1245
        return
×
1246
}
1247

1248
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassList.
1249
func (in *IngressClassList) DeepCopy() *IngressClassList {
×
1250
        if in == nil {
×
1251
                return nil
×
1252
        }
×
1253
        out := new(IngressClassList)
×
1254
        in.DeepCopyInto(out)
×
1255
        return out
×
1256
}
1257

1258
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1259
func (in *IngressClassParametersReference) DeepCopyInto(out *IngressClassParametersReference) {
×
1260
        *out = *in
×
1261
        if in.APIGroup != nil {
×
1262
                in, out := &in.APIGroup, &out.APIGroup
×
1263
                *out = new(string)
×
1264
                **out = **in
×
1265
        }
×
1266
        if in.Scope != nil {
×
1267
                in, out := &in.Scope, &out.Scope
×
1268
                *out = new(string)
×
1269
                **out = **in
×
1270
        }
×
1271
        if in.Namespace != nil {
×
1272
                in, out := &in.Namespace, &out.Namespace
×
1273
                *out = new(string)
×
1274
                **out = **in
×
1275
        }
×
1276
        return
×
1277
}
1278

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

1289
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1290
func (in *IngressClassSpec) DeepCopyInto(out *IngressClassSpec) {
×
1291
        *out = *in
×
1292
        if in.Parameters != nil {
×
1293
                in, out := &in.Parameters, &out.Parameters
×
1294
                *out = new(IngressClassParametersReference)
×
1295
                (*in).DeepCopyInto(*out)
×
1296
        }
×
1297
        return
×
1298
}
1299

1300
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressClassSpec.
1301
func (in *IngressClassSpec) DeepCopy() *IngressClassSpec {
×
1302
        if in == nil {
×
1303
                return nil
×
1304
        }
×
1305
        out := new(IngressClassSpec)
×
1306
        in.DeepCopyInto(out)
×
1307
        return out
×
1308
}
1309

1310
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1311
func (in *IngressList) DeepCopyInto(out *IngressList) {
×
1312
        *out = *in
×
1313
        out.TypeMeta = in.TypeMeta
×
1314
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1315
        if in.Items != nil {
×
1316
                in, out := &in.Items, &out.Items
×
1317
                *out = make([]Ingress, len(*in))
×
1318
                for i := range *in {
×
1319
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1320
                }
×
1321
        }
1322
        return
×
1323
}
1324

1325
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressList.
1326
func (in *IngressList) DeepCopy() *IngressList {
×
1327
        if in == nil {
×
1328
                return nil
×
1329
        }
×
1330
        out := new(IngressList)
×
1331
        in.DeepCopyInto(out)
×
1332
        return out
×
1333
}
1334

1335
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1336
func (in *IngressLoadBalancerIngress) DeepCopyInto(out *IngressLoadBalancerIngress) {
×
1337
        *out = *in
×
1338
        if in.Ports != nil {
×
1339
                in, out := &in.Ports, &out.Ports
×
1340
                *out = make([]IngressPortStatus, len(*in))
×
1341
                for i := range *in {
×
1342
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1343
                }
×
1344
        }
1345
        return
×
1346
}
1347

1348
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressLoadBalancerIngress.
1349
func (in *IngressLoadBalancerIngress) DeepCopy() *IngressLoadBalancerIngress {
×
1350
        if in == nil {
×
1351
                return nil
×
1352
        }
×
1353
        out := new(IngressLoadBalancerIngress)
×
1354
        in.DeepCopyInto(out)
×
1355
        return out
×
1356
}
1357

1358
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1359
func (in *IngressLoadBalancerStatus) DeepCopyInto(out *IngressLoadBalancerStatus) {
×
1360
        *out = *in
×
1361
        if in.Ingress != nil {
×
1362
                in, out := &in.Ingress, &out.Ingress
×
1363
                *out = make([]IngressLoadBalancerIngress, len(*in))
×
1364
                for i := range *in {
×
1365
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1366
                }
×
1367
        }
1368
        return
×
1369
}
1370

1371
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressLoadBalancerStatus.
1372
func (in *IngressLoadBalancerStatus) DeepCopy() *IngressLoadBalancerStatus {
×
1373
        if in == nil {
×
1374
                return nil
×
1375
        }
×
1376
        out := new(IngressLoadBalancerStatus)
×
1377
        in.DeepCopyInto(out)
×
1378
        return out
×
1379
}
1380

1381
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1382
func (in *IngressPortStatus) DeepCopyInto(out *IngressPortStatus) {
×
1383
        *out = *in
×
1384
        if in.Error != nil {
×
1385
                in, out := &in.Error, &out.Error
×
1386
                *out = new(string)
×
1387
                **out = **in
×
1388
        }
×
1389
        return
×
1390
}
1391

1392
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressPortStatus.
1393
func (in *IngressPortStatus) DeepCopy() *IngressPortStatus {
×
1394
        if in == nil {
×
1395
                return nil
×
1396
        }
×
1397
        out := new(IngressPortStatus)
×
1398
        in.DeepCopyInto(out)
×
1399
        return out
×
1400
}
1401

1402
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1403
func (in *IngressRule) DeepCopyInto(out *IngressRule) {
×
1404
        *out = *in
×
1405
        in.IngressRuleValue.DeepCopyInto(&out.IngressRuleValue)
×
1406
        return
×
1407
}
×
1408

1409
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRule.
1410
func (in *IngressRule) DeepCopy() *IngressRule {
×
1411
        if in == nil {
×
1412
                return nil
×
1413
        }
×
1414
        out := new(IngressRule)
×
1415
        in.DeepCopyInto(out)
×
1416
        return out
×
1417
}
1418

1419
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1420
func (in *IngressRuleValue) DeepCopyInto(out *IngressRuleValue) {
×
1421
        *out = *in
×
1422
        if in.HTTP != nil {
×
1423
                in, out := &in.HTTP, &out.HTTP
×
1424
                *out = new(HTTPIngressRuleValue)
×
1425
                (*in).DeepCopyInto(*out)
×
1426
        }
×
1427
        return
×
1428
}
1429

1430
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRuleValue.
1431
func (in *IngressRuleValue) DeepCopy() *IngressRuleValue {
×
1432
        if in == nil {
×
1433
                return nil
×
1434
        }
×
1435
        out := new(IngressRuleValue)
×
1436
        in.DeepCopyInto(out)
×
1437
        return out
×
1438
}
1439

1440
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1441
func (in *IngressServiceBackend) DeepCopyInto(out *IngressServiceBackend) {
×
1442
        *out = *in
×
1443
        out.Port = in.Port
×
1444
        return
×
1445
}
×
1446

1447
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressServiceBackend.
1448
func (in *IngressServiceBackend) DeepCopy() *IngressServiceBackend {
×
1449
        if in == nil {
×
1450
                return nil
×
1451
        }
×
1452
        out := new(IngressServiceBackend)
×
1453
        in.DeepCopyInto(out)
×
1454
        return out
×
1455
}
1456

1457
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1458
func (in *IngressSpec) DeepCopyInto(out *IngressSpec) {
×
1459
        *out = *in
×
1460
        if in.IngressClassName != nil {
×
1461
                in, out := &in.IngressClassName, &out.IngressClassName
×
1462
                *out = new(string)
×
1463
                **out = **in
×
1464
        }
×
1465
        if in.DefaultBackend != nil {
×
1466
                in, out := &in.DefaultBackend, &out.DefaultBackend
×
1467
                *out = new(IngressBackend)
×
1468
                (*in).DeepCopyInto(*out)
×
1469
        }
×
1470
        if in.TLS != nil {
×
1471
                in, out := &in.TLS, &out.TLS
×
1472
                *out = make([]IngressTLS, len(*in))
×
1473
                for i := range *in {
×
1474
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1475
                }
×
1476
        }
1477
        if in.Rules != nil {
×
1478
                in, out := &in.Rules, &out.Rules
×
1479
                *out = make([]IngressRule, len(*in))
×
1480
                for i := range *in {
×
1481
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1482
                }
×
1483
        }
1484
        return
×
1485
}
1486

1487
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressSpec.
1488
func (in *IngressSpec) DeepCopy() *IngressSpec {
×
1489
        if in == nil {
×
1490
                return nil
×
1491
        }
×
1492
        out := new(IngressSpec)
×
1493
        in.DeepCopyInto(out)
×
1494
        return out
×
1495
}
1496

1497
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1498
func (in *IngressStatus) DeepCopyInto(out *IngressStatus) {
×
1499
        *out = *in
×
1500
        in.LoadBalancer.DeepCopyInto(&out.LoadBalancer)
×
1501
        return
×
1502
}
×
1503

1504
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressStatus.
1505
func (in *IngressStatus) DeepCopy() *IngressStatus {
×
1506
        if in == nil {
×
1507
                return nil
×
1508
        }
×
1509
        out := new(IngressStatus)
×
1510
        in.DeepCopyInto(out)
×
1511
        return out
×
1512
}
1513

1514
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1515
func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
×
1516
        *out = *in
×
1517
        if in.Hosts != nil {
×
1518
                in, out := &in.Hosts, &out.Hosts
×
1519
                *out = make([]string, len(*in))
×
1520
                copy(*out, *in)
×
1521
        }
×
1522
        return
×
1523
}
1524

1525
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
1526
func (in *IngressTLS) DeepCopy() *IngressTLS {
×
1527
        if in == nil {
×
1528
                return nil
×
1529
        }
×
1530
        out := new(IngressTLS)
×
1531
        in.DeepCopyInto(out)
×
1532
        return out
×
1533
}
1534

1535
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1536
func (in *KnownServers) DeepCopyInto(out *KnownServers) {
×
1537
        *out = *in
×
1538
        return
×
1539
}
×
1540

1541
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KnownServers.
1542
func (in *KnownServers) DeepCopy() *KnownServers {
×
1543
        if in == nil {
×
1544
                return nil
×
1545
        }
×
1546
        out := new(KnownServers)
×
1547
        in.DeepCopyInto(out)
×
1548
        return out
×
1549
}
1550

1551
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1552
func (in *Match) DeepCopyInto(out *Match) {
×
1553
        *out = *in
×
1554
        in.Vulnerability.DeepCopyInto(&out.Vulnerability)
×
1555
        if in.RelatedVulnerabilities != nil {
×
1556
                in, out := &in.RelatedVulnerabilities, &out.RelatedVulnerabilities
×
1557
                *out = make([]VulnerabilityMetadata, len(*in))
×
1558
                for i := range *in {
×
1559
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1560
                }
×
1561
        }
1562
        if in.MatchDetails != nil {
×
1563
                in, out := &in.MatchDetails, &out.MatchDetails
×
1564
                *out = make([]MatchDetails, len(*in))
×
1565
                for i := range *in {
×
1566
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1567
                }
×
1568
        }
1569
        in.Artifact.DeepCopyInto(&out.Artifact)
×
1570
        return
×
1571
}
1572

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

1583
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1584
func (in *MatchDetails) DeepCopyInto(out *MatchDetails) {
×
1585
        *out = *in
×
1586
        if in.SearchedBy != nil {
×
1587
                in, out := &in.SearchedBy, &out.SearchedBy
×
1588
                *out = make(json.RawMessage, len(*in))
×
1589
                copy(*out, *in)
×
1590
        }
×
1591
        if in.Found != nil {
×
1592
                in, out := &in.Found, &out.Found
×
1593
                *out = make(json.RawMessage, len(*in))
×
1594
                copy(*out, *in)
×
1595
        }
×
1596
        return
×
1597
}
1598

1599
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchDetails.
1600
func (in *MatchDetails) DeepCopy() *MatchDetails {
×
1601
        if in == nil {
×
1602
                return nil
×
1603
        }
×
1604
        out := new(MatchDetails)
×
1605
        in.DeepCopyInto(out)
×
1606
        return out
×
1607
}
1608

1609
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1610
func (in *Metadata) DeepCopyInto(out *Metadata) {
×
1611
        *out = *in
×
1612
        return
×
1613
}
×
1614

1615
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metadata.
1616
func (in *Metadata) DeepCopy() *Metadata {
×
1617
        if in == nil {
×
1618
                return nil
×
1619
        }
×
1620
        out := new(Metadata)
×
1621
        in.DeepCopyInto(out)
×
1622
        return out
×
1623
}
1624

1625
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1626
func (in *NetworkNeighbor) DeepCopyInto(out *NetworkNeighbor) {
×
1627
        *out = *in
×
1628
        if in.Ports != nil {
×
1629
                in, out := &in.Ports, &out.Ports
×
1630
                *out = make([]NetworkPort, len(*in))
×
1631
                for i := range *in {
×
1632
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1633
                }
×
1634
        }
1635
        if in.PodSelector != nil {
×
1636
                in, out := &in.PodSelector, &out.PodSelector
×
1637
                *out = new(metav1.LabelSelector)
×
1638
                (*in).DeepCopyInto(*out)
×
1639
        }
×
1640
        if in.NamespaceSelector != nil {
×
1641
                in, out := &in.NamespaceSelector, &out.NamespaceSelector
×
1642
                *out = new(metav1.LabelSelector)
×
1643
                (*in).DeepCopyInto(*out)
×
1644
        }
×
1645
        return
×
1646
}
1647

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

1658
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1659
func (in *NetworkNeighbors) DeepCopyInto(out *NetworkNeighbors) {
×
1660
        *out = *in
×
1661
        out.TypeMeta = in.TypeMeta
×
1662
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1663
        in.Spec.DeepCopyInto(&out.Spec)
×
1664
        return
×
1665
}
×
1666

1667
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighbors.
1668
func (in *NetworkNeighbors) DeepCopy() *NetworkNeighbors {
×
1669
        if in == nil {
×
1670
                return nil
×
1671
        }
×
1672
        out := new(NetworkNeighbors)
×
1673
        in.DeepCopyInto(out)
×
1674
        return out
×
1675
}
1676

1677
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
1678
func (in *NetworkNeighbors) DeepCopyObject() runtime.Object {
×
1679
        if c := in.DeepCopy(); c != nil {
×
1680
                return c
×
1681
        }
×
1682
        return nil
×
1683
}
1684

1685
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1686
func (in *NetworkNeighborsList) DeepCopyInto(out *NetworkNeighborsList) {
×
1687
        *out = *in
×
1688
        out.TypeMeta = in.TypeMeta
×
1689
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1690
        if in.Items != nil {
×
1691
                in, out := &in.Items, &out.Items
×
1692
                *out = make([]NetworkNeighbors, len(*in))
×
1693
                for i := range *in {
×
1694
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1695
                }
×
1696
        }
1697
        return
×
1698
}
1699

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

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

1718
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1719
func (in *NetworkNeighborsSpec) DeepCopyInto(out *NetworkNeighborsSpec) {
×
1720
        *out = *in
×
1721
        in.LabelSelector.DeepCopyInto(&out.LabelSelector)
×
1722
        if in.Ingress != nil {
×
1723
                in, out := &in.Ingress, &out.Ingress
×
1724
                *out = make([]NetworkNeighbor, len(*in))
×
1725
                for i := range *in {
×
1726
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1727
                }
×
1728
        }
1729
        if in.Egress != nil {
×
1730
                in, out := &in.Egress, &out.Egress
×
1731
                *out = make([]NetworkNeighbor, len(*in))
×
1732
                for i := range *in {
×
1733
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1734
                }
×
1735
        }
1736
        return
×
1737
}
1738

1739
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkNeighborsSpec.
1740
func (in *NetworkNeighborsSpec) DeepCopy() *NetworkNeighborsSpec {
×
1741
        if in == nil {
×
1742
                return nil
×
1743
        }
×
1744
        out := new(NetworkNeighborsSpec)
×
1745
        in.DeepCopyInto(out)
×
1746
        return out
×
1747
}
1748

1749
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1750
func (in *NetworkPolicy) DeepCopyInto(out *NetworkPolicy) {
×
1751
        *out = *in
×
1752
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
1753
        in.Spec.DeepCopyInto(&out.Spec)
×
1754
        return
×
1755
}
×
1756

1757
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicy.
1758
func (in *NetworkPolicy) DeepCopy() *NetworkPolicy {
×
1759
        if in == nil {
×
1760
                return nil
×
1761
        }
×
1762
        out := new(NetworkPolicy)
×
1763
        in.DeepCopyInto(out)
×
1764
        return out
×
1765
}
1766

1767
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1768
func (in *NetworkPolicyEgressRule) DeepCopyInto(out *NetworkPolicyEgressRule) {
×
1769
        *out = *in
×
1770
        if in.Ports != nil {
×
1771
                in, out := &in.Ports, &out.Ports
×
1772
                *out = make([]NetworkPolicyPort, len(*in))
×
1773
                for i := range *in {
×
1774
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1775
                }
×
1776
        }
1777
        if in.To != nil {
×
1778
                in, out := &in.To, &out.To
×
1779
                *out = make([]NetworkPolicyPeer, len(*in))
×
1780
                for i := range *in {
×
1781
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1782
                }
×
1783
        }
1784
        return
×
1785
}
1786

1787
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyEgressRule.
1788
func (in *NetworkPolicyEgressRule) DeepCopy() *NetworkPolicyEgressRule {
×
1789
        if in == nil {
×
1790
                return nil
×
1791
        }
×
1792
        out := new(NetworkPolicyEgressRule)
×
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 *NetworkPolicyIngressRule) DeepCopyInto(out *NetworkPolicyIngressRule) {
×
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.From != nil {
×
1808
                in, out := &in.From, &out.From
×
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 NetworkPolicyIngressRule.
1818
func (in *NetworkPolicyIngressRule) DeepCopy() *NetworkPolicyIngressRule {
×
1819
        if in == nil {
×
1820
                return nil
×
1821
        }
×
1822
        out := new(NetworkPolicyIngressRule)
×
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 *NetworkPolicyList) DeepCopyInto(out *NetworkPolicyList) {
×
1829
        *out = *in
×
1830
        out.TypeMeta = in.TypeMeta
×
1831
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
1832
        if in.Items != nil {
×
1833
                in, out := &in.Items, &out.Items
×
1834
                *out = make([]NetworkPolicy, len(*in))
×
1835
                for i := range *in {
×
1836
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1837
                }
×
1838
        }
1839
        return
×
1840
}
1841

1842
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyList.
1843
func (in *NetworkPolicyList) DeepCopy() *NetworkPolicyList {
×
1844
        if in == nil {
×
1845
                return nil
×
1846
        }
×
1847
        out := new(NetworkPolicyList)
×
1848
        in.DeepCopyInto(out)
×
1849
        return out
×
1850
}
1851

1852
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1853
func (in *NetworkPolicyPeer) DeepCopyInto(out *NetworkPolicyPeer) {
×
1854
        *out = *in
×
1855
        if in.PodSelector != nil {
×
1856
                in, out := &in.PodSelector, &out.PodSelector
×
1857
                *out = new(metav1.LabelSelector)
×
1858
                (*in).DeepCopyInto(*out)
×
1859
        }
×
1860
        if in.NamespaceSelector != nil {
×
1861
                in, out := &in.NamespaceSelector, &out.NamespaceSelector
×
1862
                *out = new(metav1.LabelSelector)
×
1863
                (*in).DeepCopyInto(*out)
×
1864
        }
×
1865
        if in.IPBlock != nil {
×
1866
                in, out := &in.IPBlock, &out.IPBlock
×
1867
                *out = new(IPBlock)
×
1868
                (*in).DeepCopyInto(*out)
×
1869
        }
×
1870
        return
×
1871
}
1872

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

1883
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1884
func (in *NetworkPolicyPort) DeepCopyInto(out *NetworkPolicyPort) {
×
1885
        *out = *in
×
1886
        if in.Protocol != nil {
×
1887
                in, out := &in.Protocol, &out.Protocol
×
1888
                *out = new(v1.Protocol)
×
1889
                **out = **in
×
1890
        }
×
1891
        if in.Port != nil {
×
1892
                in, out := &in.Port, &out.Port
×
1893
                *out = new(int32)
×
1894
                **out = **in
×
1895
        }
×
1896
        if in.EndPort != nil {
×
1897
                in, out := &in.EndPort, &out.EndPort
×
1898
                *out = new(int32)
×
1899
                **out = **in
×
1900
        }
×
1901
        return
×
1902
}
1903

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

1914
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1915
func (in *NetworkPolicySpec) DeepCopyInto(out *NetworkPolicySpec) {
×
1916
        *out = *in
×
1917
        in.PodSelector.DeepCopyInto(&out.PodSelector)
×
1918
        if in.Ingress != nil {
×
1919
                in, out := &in.Ingress, &out.Ingress
×
1920
                *out = make([]NetworkPolicyIngressRule, len(*in))
×
1921
                for i := range *in {
×
1922
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1923
                }
×
1924
        }
1925
        if in.Egress != nil {
×
1926
                in, out := &in.Egress, &out.Egress
×
1927
                *out = make([]NetworkPolicyEgressRule, len(*in))
×
1928
                for i := range *in {
×
1929
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1930
                }
×
1931
        }
1932
        if in.PolicyTypes != nil {
×
1933
                in, out := &in.PolicyTypes, &out.PolicyTypes
×
1934
                *out = make([]PolicyType, len(*in))
×
1935
                copy(*out, *in)
×
1936
        }
×
1937
        return
×
1938
}
1939

1940
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicySpec.
1941
func (in *NetworkPolicySpec) DeepCopy() *NetworkPolicySpec {
×
1942
        if in == nil {
×
1943
                return nil
×
1944
        }
×
1945
        out := new(NetworkPolicySpec)
×
1946
        in.DeepCopyInto(out)
×
1947
        return out
×
1948
}
1949

1950
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1951
func (in *NetworkPolicyStatus) DeepCopyInto(out *NetworkPolicyStatus) {
×
1952
        *out = *in
×
1953
        if in.Conditions != nil {
×
1954
                in, out := &in.Conditions, &out.Conditions
×
1955
                *out = make([]metav1.Condition, len(*in))
×
1956
                for i := range *in {
×
1957
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
1958
                }
×
1959
        }
1960
        return
×
1961
}
1962

1963
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyStatus.
1964
func (in *NetworkPolicyStatus) DeepCopy() *NetworkPolicyStatus {
×
1965
        if in == nil {
×
1966
                return nil
×
1967
        }
×
1968
        out := new(NetworkPolicyStatus)
×
1969
        in.DeepCopyInto(out)
×
1970
        return out
×
1971
}
1972

1973
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1974
func (in *NetworkPort) DeepCopyInto(out *NetworkPort) {
×
1975
        *out = *in
×
1976
        if in.Port != nil {
×
1977
                in, out := &in.Port, &out.Port
×
1978
                *out = new(int32)
×
1979
                **out = **in
×
1980
        }
×
1981
        return
×
1982
}
1983

1984
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPort.
1985
func (in *NetworkPort) DeepCopy() *NetworkPort {
×
1986
        if in == nil {
×
1987
                return nil
×
1988
        }
×
1989
        out := new(NetworkPort)
×
1990
        in.DeepCopyInto(out)
×
1991
        return out
×
1992
}
1993

1994
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
1995
func (in *OpenCalls) DeepCopyInto(out *OpenCalls) {
×
1996
        *out = *in
×
1997
        if in.Flags != nil {
×
1998
                in, out := &in.Flags, &out.Flags
×
1999
                *out = make([]string, len(*in))
×
2000
                copy(*out, *in)
×
2001
        }
×
2002
        return
×
2003
}
2004

2005
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenCalls.
2006
func (in *OpenCalls) DeepCopy() *OpenCalls {
×
2007
        if in == nil {
×
2008
                return nil
×
2009
        }
×
2010
        out := new(OpenCalls)
×
2011
        in.DeepCopyInto(out)
×
2012
        return out
×
2013
}
2014

2015
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2016
func (in *OpenVulnerabilityExchangeContainer) DeepCopyInto(out *OpenVulnerabilityExchangeContainer) {
×
2017
        *out = *in
×
2018
        out.TypeMeta = in.TypeMeta
×
2019
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
2020
        in.Spec.DeepCopyInto(&out.Spec)
×
2021
        return
×
2022
}
×
2023

2024
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenVulnerabilityExchangeContainer.
2025
func (in *OpenVulnerabilityExchangeContainer) DeepCopy() *OpenVulnerabilityExchangeContainer {
×
2026
        if in == nil {
×
2027
                return nil
×
2028
        }
×
2029
        out := new(OpenVulnerabilityExchangeContainer)
×
2030
        in.DeepCopyInto(out)
×
2031
        return out
×
2032
}
2033

2034
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2035
func (in *OpenVulnerabilityExchangeContainer) DeepCopyObject() runtime.Object {
×
2036
        if c := in.DeepCopy(); c != nil {
×
2037
                return c
×
2038
        }
×
2039
        return nil
×
2040
}
2041

2042
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2043
func (in *OpenVulnerabilityExchangeContainerList) DeepCopyInto(out *OpenVulnerabilityExchangeContainerList) {
×
2044
        *out = *in
×
2045
        out.TypeMeta = in.TypeMeta
×
2046
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
2047
        if in.Items != nil {
×
2048
                in, out := &in.Items, &out.Items
×
2049
                *out = make([]OpenVulnerabilityExchangeContainer, len(*in))
×
2050
                for i := range *in {
×
2051
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2052
                }
×
2053
        }
2054
        return
×
2055
}
2056

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

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

2075
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2076
func (in *Originator) DeepCopyInto(out *Originator) {
×
2077
        *out = *in
×
2078
        return
×
2079
}
×
2080

2081
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Originator.
2082
func (in *Originator) DeepCopy() *Originator {
×
2083
        if in == nil {
×
2084
                return nil
×
2085
        }
×
2086
        out := new(Originator)
×
2087
        in.DeepCopyInto(out)
×
2088
        return out
×
2089
}
2090

2091
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2092
func (in *OtherLicense) DeepCopyInto(out *OtherLicense) {
×
2093
        *out = *in
×
2094
        if in.LicenseCrossReferences != nil {
×
2095
                in, out := &in.LicenseCrossReferences, &out.LicenseCrossReferences
×
2096
                *out = make([]string, len(*in))
×
2097
                copy(*out, *in)
×
2098
        }
×
2099
        return
×
2100
}
2101

2102
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OtherLicense.
2103
func (in *OtherLicense) DeepCopy() *OtherLicense {
×
2104
        if in == nil {
×
2105
                return nil
×
2106
        }
×
2107
        out := new(OtherLicense)
×
2108
        in.DeepCopyInto(out)
×
2109
        return out
×
2110
}
2111

2112
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2113
func (in *Package) DeepCopyInto(out *Package) {
×
2114
        *out = *in
×
2115
        if in.HasFiles != nil {
×
2116
                in, out := &in.HasFiles, &out.HasFiles
×
2117
                *out = make([]string, len(*in))
×
2118
                copy(*out, *in)
×
2119
        }
×
2120
        if in.PackageSupplier != nil {
×
2121
                in, out := &in.PackageSupplier, &out.PackageSupplier
×
2122
                *out = new(Supplier)
×
2123
                **out = **in
×
2124
        }
×
2125
        if in.PackageOriginator != nil {
×
2126
                in, out := &in.PackageOriginator, &out.PackageOriginator
×
2127
                *out = new(Originator)
×
2128
                **out = **in
×
2129
        }
×
2130
        if in.PackageVerificationCode != nil {
×
2131
                in, out := &in.PackageVerificationCode, &out.PackageVerificationCode
×
2132
                *out = new(PackageVerificationCode)
×
2133
                (*in).DeepCopyInto(*out)
×
2134
        }
×
2135
        if in.PackageChecksums != nil {
×
2136
                in, out := &in.PackageChecksums, &out.PackageChecksums
×
2137
                *out = make([]Checksum, len(*in))
×
2138
                copy(*out, *in)
×
2139
        }
×
2140
        if in.PackageLicenseInfoFromFiles != nil {
×
2141
                in, out := &in.PackageLicenseInfoFromFiles, &out.PackageLicenseInfoFromFiles
×
2142
                *out = make([]string, len(*in))
×
2143
                copy(*out, *in)
×
2144
        }
×
2145
        if in.PackageExternalReferences != nil {
×
2146
                in, out := &in.PackageExternalReferences, &out.PackageExternalReferences
×
2147
                *out = make([]*PackageExternalReference, len(*in))
×
2148
                for i := range *in {
×
2149
                        if (*in)[i] != nil {
×
2150
                                in, out := &(*in)[i], &(*out)[i]
×
2151
                                *out = new(PackageExternalReference)
×
2152
                                **out = **in
×
2153
                        }
×
2154
                }
2155
        }
2156
        if in.PackageAttributionTexts != nil {
×
2157
                in, out := &in.PackageAttributionTexts, &out.PackageAttributionTexts
×
2158
                *out = make([]string, len(*in))
×
2159
                copy(*out, *in)
×
2160
        }
×
2161
        if in.Files != nil {
×
2162
                in, out := &in.Files, &out.Files
×
2163
                *out = make([]*File, len(*in))
×
2164
                for i := range *in {
×
2165
                        if (*in)[i] != nil {
×
2166
                                in, out := &(*in)[i], &(*out)[i]
×
2167
                                *out = new(File)
×
2168
                                (*in).DeepCopyInto(*out)
×
2169
                        }
×
2170
                }
2171
        }
2172
        if in.Annotations != nil {
×
2173
                in, out := &in.Annotations, &out.Annotations
×
2174
                *out = make([]Annotation, len(*in))
×
2175
                copy(*out, *in)
×
2176
        }
×
2177
        return
×
2178
}
2179

2180
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Package.
2181
func (in *Package) DeepCopy() *Package {
×
2182
        if in == nil {
×
2183
                return nil
×
2184
        }
×
2185
        out := new(Package)
×
2186
        in.DeepCopyInto(out)
×
2187
        return out
×
2188
}
2189

2190
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2191
func (in *PackageExternalReference) DeepCopyInto(out *PackageExternalReference) {
×
2192
        *out = *in
×
2193
        return
×
2194
}
×
2195

2196
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageExternalReference.
2197
func (in *PackageExternalReference) DeepCopy() *PackageExternalReference {
×
2198
        if in == nil {
×
2199
                return nil
×
2200
        }
×
2201
        out := new(PackageExternalReference)
×
2202
        in.DeepCopyInto(out)
×
2203
        return out
×
2204
}
2205

2206
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2207
func (in *PackageVerificationCode) DeepCopyInto(out *PackageVerificationCode) {
×
2208
        *out = *in
×
2209
        if in.ExcludedFiles != nil {
×
2210
                in, out := &in.ExcludedFiles, &out.ExcludedFiles
×
2211
                *out = make([]string, len(*in))
×
2212
                copy(*out, *in)
×
2213
        }
×
2214
        return
×
2215
}
2216

2217
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PackageVerificationCode.
2218
func (in *PackageVerificationCode) DeepCopy() *PackageVerificationCode {
×
2219
        if in == nil {
×
2220
                return nil
×
2221
        }
×
2222
        out := new(PackageVerificationCode)
×
2223
        in.DeepCopyInto(out)
×
2224
        return out
×
2225
}
2226

2227
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2228
func (in *PolicyRef) DeepCopyInto(out *PolicyRef) {
×
2229
        *out = *in
×
2230
        return
×
2231
}
×
2232

2233
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PolicyRef.
2234
func (in *PolicyRef) DeepCopy() *PolicyRef {
×
2235
        if in == nil {
×
2236
                return nil
×
2237
        }
×
2238
        out := new(PolicyRef)
×
2239
        in.DeepCopyInto(out)
×
2240
        return out
×
2241
}
2242

2243
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2244
func (in *Product) DeepCopyInto(out *Product) {
×
2245
        *out = *in
×
2246
        in.Component.DeepCopyInto(&out.Component)
×
2247
        if in.Subcomponents != nil {
×
2248
                in, out := &in.Subcomponents, &out.Subcomponents
×
2249
                *out = make([]Subcomponent, len(*in))
×
2250
                for i := range *in {
×
2251
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2252
                }
×
2253
        }
2254
        return
×
2255
}
2256

2257
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Product.
2258
func (in *Product) DeepCopy() *Product {
×
2259
        if in == nil {
×
2260
                return nil
×
2261
        }
×
2262
        out := new(Product)
×
2263
        in.DeepCopyInto(out)
×
2264
        return out
×
2265
}
2266

2267
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2268
func (in *Relationship) DeepCopyInto(out *Relationship) {
×
2269
        *out = *in
×
2270
        out.RefA = in.RefA
×
2271
        out.RefB = in.RefB
×
2272
        return
×
2273
}
×
2274

2275
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Relationship.
2276
func (in *Relationship) DeepCopy() *Relationship {
×
2277
        if in == nil {
×
2278
                return nil
×
2279
        }
×
2280
        out := new(Relationship)
×
2281
        in.DeepCopyInto(out)
×
2282
        return out
×
2283
}
2284

2285
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2286
func (in *ReportMeta) DeepCopyInto(out *ReportMeta) {
×
2287
        *out = *in
×
2288
        in.CreatedAt.DeepCopyInto(&out.CreatedAt)
×
2289
        return
×
2290
}
×
2291

2292
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReportMeta.
2293
func (in *ReportMeta) DeepCopy() *ReportMeta {
×
2294
        if in == nil {
×
2295
                return nil
×
2296
        }
×
2297
        out := new(ReportMeta)
×
2298
        in.DeepCopyInto(out)
×
2299
        return out
×
2300
}
2301

2302
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2303
func (in *Review) DeepCopyInto(out *Review) {
×
2304
        *out = *in
×
2305
        return
×
2306
}
×
2307

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

2318
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2319
func (in *RulePath) DeepCopyInto(out *RulePath) {
×
2320
        *out = *in
×
2321
        return
×
2322
}
×
2323

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

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

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

2350
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2351
func (in *SBOMSPDXv2p3) DeepCopyInto(out *SBOMSPDXv2p3) {
×
2352
        *out = *in
×
2353
        out.TypeMeta = in.TypeMeta
×
2354
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
2355
        in.Spec.DeepCopyInto(&out.Spec)
×
2356
        out.Status = in.Status
×
2357
        return
×
2358
}
×
2359

2360
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3.
2361
func (in *SBOMSPDXv2p3) DeepCopy() *SBOMSPDXv2p3 {
×
2362
        if in == nil {
×
2363
                return nil
×
2364
        }
×
2365
        out := new(SBOMSPDXv2p3)
×
2366
        in.DeepCopyInto(out)
×
2367
        return out
×
2368
}
2369

2370
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2371
func (in *SBOMSPDXv2p3) DeepCopyObject() runtime.Object {
×
2372
        if c := in.DeepCopy(); c != nil {
×
2373
                return c
×
2374
        }
×
2375
        return nil
×
2376
}
2377

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

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

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

2406
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2407
func (in *SBOMSPDXv2p3FilteredList) DeepCopyInto(out *SBOMSPDXv2p3FilteredList) {
×
2408
        *out = *in
×
2409
        out.TypeMeta = in.TypeMeta
×
2410
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
2411
        if in.Items != nil {
×
2412
                in, out := &in.Items, &out.Items
×
2413
                *out = make([]SBOMSPDXv2p3Filtered, len(*in))
×
2414
                for i := range *in {
×
2415
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2416
                }
×
2417
        }
2418
        return
×
2419
}
2420

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

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

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

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

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

2472
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2473
func (in *SBOMSPDXv2p3Spec) DeepCopyInto(out *SBOMSPDXv2p3Spec) {
×
2474
        *out = *in
×
2475
        in.Metadata.DeepCopyInto(&out.Metadata)
×
2476
        in.SPDX.DeepCopyInto(&out.SPDX)
×
2477
        return
×
2478
}
×
2479

2480
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3Spec.
2481
func (in *SBOMSPDXv2p3Spec) DeepCopy() *SBOMSPDXv2p3Spec {
×
2482
        if in == nil {
×
2483
                return nil
×
2484
        }
×
2485
        out := new(SBOMSPDXv2p3Spec)
×
2486
        in.DeepCopyInto(out)
×
2487
        return out
×
2488
}
2489

2490
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2491
func (in *SBOMSPDXv2p3Status) DeepCopyInto(out *SBOMSPDXv2p3Status) {
×
2492
        *out = *in
×
2493
        return
×
2494
}
×
2495

2496
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSPDXv2p3Status.
2497
func (in *SBOMSPDXv2p3Status) DeepCopy() *SBOMSPDXv2p3Status {
×
2498
        if in == nil {
×
2499
                return nil
×
2500
        }
×
2501
        out := new(SBOMSPDXv2p3Status)
×
2502
        in.DeepCopyInto(out)
×
2503
        return out
×
2504
}
2505

2506
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2507
func (in *SBOMSummary) DeepCopyInto(out *SBOMSummary) {
×
2508
        *out = *in
×
2509
        out.TypeMeta = in.TypeMeta
×
2510
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
2511
        out.Spec = in.Spec
×
2512
        out.Status = in.Status
×
2513
        return
×
2514
}
×
2515

2516
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSummary.
2517
func (in *SBOMSummary) DeepCopy() *SBOMSummary {
×
2518
        if in == nil {
×
2519
                return nil
×
2520
        }
×
2521
        out := new(SBOMSummary)
×
2522
        in.DeepCopyInto(out)
×
2523
        return out
×
2524
}
2525

2526
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2527
func (in *SBOMSummary) DeepCopyObject() runtime.Object {
×
2528
        if c := in.DeepCopy(); c != nil {
×
2529
                return c
×
2530
        }
×
2531
        return nil
×
2532
}
2533

2534
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2535
func (in *SBOMSummaryList) DeepCopyInto(out *SBOMSummaryList) {
×
2536
        *out = *in
×
2537
        out.TypeMeta = in.TypeMeta
×
2538
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
2539
        if in.Items != nil {
×
2540
                in, out := &in.Items, &out.Items
×
2541
                *out = make([]SBOMSummary, len(*in))
×
2542
                for i := range *in {
×
2543
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2544
                }
×
2545
        }
2546
        return
×
2547
}
2548

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

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

2567
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2568
func (in *SBOMSummarySpec) DeepCopyInto(out *SBOMSummarySpec) {
×
2569
        *out = *in
×
2570
        return
×
2571
}
×
2572

2573
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SBOMSummarySpec.
2574
func (in *SBOMSummarySpec) DeepCopy() *SBOMSummarySpec {
×
2575
        if in == nil {
×
2576
                return nil
×
2577
        }
×
2578
        out := new(SBOMSummarySpec)
×
2579
        in.DeepCopyInto(out)
×
2580
        return out
×
2581
}
2582

2583
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2584
func (in *SPDXMeta) DeepCopyInto(out *SPDXMeta) {
×
2585
        *out = *in
×
2586
        out.Tool = in.Tool
×
2587
        in.Report.DeepCopyInto(&out.Report)
×
2588
        return
×
2589
}
×
2590

2591
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SPDXMeta.
2592
func (in *SPDXMeta) DeepCopy() *SPDXMeta {
×
2593
        if in == nil {
×
2594
                return nil
×
2595
        }
×
2596
        out := new(SPDXMeta)
×
2597
        in.DeepCopyInto(out)
×
2598
        return out
×
2599
}
2600

2601
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2602
func (in *ScannedControl) DeepCopyInto(out *ScannedControl) {
×
2603
        *out = *in
×
2604
        out.Severity = in.Severity
×
2605
        out.Status = in.Status
×
2606
        if in.Rules != nil {
×
2607
                in, out := &in.Rules, &out.Rules
×
2608
                *out = make([]ScannedControlRule, len(*in))
×
2609
                for i := range *in {
×
2610
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2611
                }
×
2612
        }
2613
        return
×
2614
}
2615

2616
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControl.
2617
func (in *ScannedControl) DeepCopy() *ScannedControl {
×
2618
        if in == nil {
×
2619
                return nil
×
2620
        }
×
2621
        out := new(ScannedControl)
×
2622
        in.DeepCopyInto(out)
×
2623
        return out
×
2624
}
2625

2626
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2627
func (in *ScannedControlRule) DeepCopyInto(out *ScannedControlRule) {
×
2628
        *out = *in
×
2629
        out.Status = in.Status
×
2630
        if in.ControlConfigurations != nil {
×
2631
                in, out := &in.ControlConfigurations, &out.ControlConfigurations
×
2632
                *out = make(map[string][]string, len(*in))
×
2633
                for key, val := range *in {
×
2634
                        var outVal []string
×
2635
                        if val == nil {
×
2636
                                (*out)[key] = nil
×
2637
                        } else {
×
2638
                                in, out := &val, &outVal
×
2639
                                *out = make([]string, len(*in))
×
2640
                                copy(*out, *in)
×
2641
                        }
×
2642
                        (*out)[key] = outVal
×
2643
                }
2644
        }
2645
        if in.Paths != nil {
×
2646
                in, out := &in.Paths, &out.Paths
×
2647
                *out = make([]RulePath, len(*in))
×
2648
                copy(*out, *in)
×
2649
        }
×
2650
        if in.AppliedIgnoreRules != nil {
×
2651
                in, out := &in.AppliedIgnoreRules, &out.AppliedIgnoreRules
×
2652
                *out = make([]string, len(*in))
×
2653
                copy(*out, *in)
×
2654
        }
×
2655
        if in.RelatedResourcesIDs != nil {
×
2656
                in, out := &in.RelatedResourcesIDs, &out.RelatedResourcesIDs
×
2657
                *out = make([]string, len(*in))
×
2658
                copy(*out, *in)
×
2659
        }
×
2660
        return
×
2661
}
2662

2663
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlRule.
2664
func (in *ScannedControlRule) DeepCopy() *ScannedControlRule {
×
2665
        if in == nil {
×
2666
                return nil
×
2667
        }
×
2668
        out := new(ScannedControlRule)
×
2669
        in.DeepCopyInto(out)
×
2670
        return out
×
2671
}
2672

2673
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2674
func (in *ScannedControlStatus) DeepCopyInto(out *ScannedControlStatus) {
×
2675
        *out = *in
×
2676
        return
×
2677
}
×
2678

2679
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlStatus.
2680
func (in *ScannedControlStatus) DeepCopy() *ScannedControlStatus {
×
2681
        if in == nil {
×
2682
                return nil
×
2683
        }
×
2684
        out := new(ScannedControlStatus)
×
2685
        in.DeepCopyInto(out)
×
2686
        return out
×
2687
}
2688

2689
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2690
func (in *ScannedControlSummary) DeepCopyInto(out *ScannedControlSummary) {
×
2691
        *out = *in
×
2692
        out.Severity = in.Severity
×
2693
        out.Status = in.Status
×
2694
        return
×
2695
}
×
2696

2697
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScannedControlSummary.
2698
func (in *ScannedControlSummary) DeepCopy() *ScannedControlSummary {
×
2699
        if in == nil {
×
2700
                return nil
×
2701
        }
×
2702
        out := new(ScannedControlSummary)
×
2703
        in.DeepCopyInto(out)
×
2704
        return out
×
2705
}
2706

2707
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2708
func (in *ServiceBackendPort) DeepCopyInto(out *ServiceBackendPort) {
×
2709
        *out = *in
×
2710
        return
×
2711
}
×
2712

2713
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceBackendPort.
2714
func (in *ServiceBackendPort) DeepCopy() *ServiceBackendPort {
×
2715
        if in == nil {
×
2716
                return nil
×
2717
        }
×
2718
        out := new(ServiceBackendPort)
×
2719
        in.DeepCopyInto(out)
×
2720
        return out
×
2721
}
2722

2723
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2724
func (in *SeveritySummary) DeepCopyInto(out *SeveritySummary) {
×
2725
        *out = *in
×
2726
        out.Critical = in.Critical
×
2727
        out.High = in.High
×
2728
        out.Medium = in.Medium
×
2729
        out.Low = in.Low
×
2730
        out.Negligible = in.Negligible
×
2731
        out.Unknown = in.Unknown
×
2732
        return
×
2733
}
×
2734

2735
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeveritySummary.
2736
func (in *SeveritySummary) DeepCopy() *SeveritySummary {
×
2737
        if in == nil {
×
2738
                return nil
×
2739
        }
×
2740
        out := new(SeveritySummary)
×
2741
        in.DeepCopyInto(out)
×
2742
        return out
×
2743
}
2744

2745
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2746
func (in *Snippet) DeepCopyInto(out *Snippet) {
×
2747
        *out = *in
×
2748
        if in.Ranges != nil {
×
2749
                in, out := &in.Ranges, &out.Ranges
×
2750
                *out = make([]SnippetRange, len(*in))
×
2751
                copy(*out, *in)
×
2752
        }
×
2753
        if in.LicenseInfoInSnippet != nil {
×
2754
                in, out := &in.LicenseInfoInSnippet, &out.LicenseInfoInSnippet
×
2755
                *out = make([]string, len(*in))
×
2756
                copy(*out, *in)
×
2757
        }
×
2758
        if in.SnippetAttributionTexts != nil {
×
2759
                in, out := &in.SnippetAttributionTexts, &out.SnippetAttributionTexts
×
2760
                *out = make([]string, len(*in))
×
2761
                copy(*out, *in)
×
2762
        }
×
2763
        return
×
2764
}
2765

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

2776
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2777
func (in *SnippetRange) DeepCopyInto(out *SnippetRange) {
×
2778
        *out = *in
×
2779
        out.StartPointer = in.StartPointer
×
2780
        out.EndPointer = in.EndPointer
×
2781
        return
×
2782
}
×
2783

2784
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnippetRange.
2785
func (in *SnippetRange) DeepCopy() *SnippetRange {
×
2786
        if in == nil {
×
2787
                return nil
×
2788
        }
×
2789
        out := new(SnippetRange)
×
2790
        in.DeepCopyInto(out)
×
2791
        return out
×
2792
}
2793

2794
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2795
func (in *SnippetRangePointer) DeepCopyInto(out *SnippetRangePointer) {
×
2796
        *out = *in
×
2797
        return
×
2798
}
×
2799

2800
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnippetRangePointer.
2801
func (in *SnippetRangePointer) DeepCopy() *SnippetRangePointer {
×
2802
        if in == nil {
×
2803
                return nil
×
2804
        }
×
2805
        out := new(SnippetRangePointer)
×
2806
        in.DeepCopyInto(out)
×
2807
        return out
×
2808
}
2809

2810
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2811
func (in *Source) DeepCopyInto(out *Source) {
×
2812
        *out = *in
×
2813
        if in.Target != nil {
×
2814
                in, out := &in.Target, &out.Target
×
2815
                *out = make(json.RawMessage, len(*in))
×
2816
                copy(*out, *in)
×
2817
        }
×
2818
        return
×
2819
}
2820

2821
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Source.
2822
func (in *Source) DeepCopy() *Source {
×
2823
        if in == nil {
×
2824
                return nil
×
2825
        }
×
2826
        out := new(Source)
×
2827
        in.DeepCopyInto(out)
×
2828
        return out
×
2829
}
2830

2831
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2832
func (in *Statement) DeepCopyInto(out *Statement) {
×
2833
        *out = *in
×
2834
        in.Vulnerability.DeepCopyInto(&out.Vulnerability)
×
2835
        if in.Products != nil {
×
2836
                in, out := &in.Products, &out.Products
×
2837
                *out = make([]Product, len(*in))
×
2838
                for i := range *in {
×
2839
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2840
                }
×
2841
        }
2842
        return
×
2843
}
2844

2845
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Statement.
2846
func (in *Statement) DeepCopy() *Statement {
×
2847
        if in == nil {
×
2848
                return nil
×
2849
        }
×
2850
        out := new(Statement)
×
2851
        in.DeepCopyInto(out)
×
2852
        return out
×
2853
}
2854

2855
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2856
func (in *Subcomponent) DeepCopyInto(out *Subcomponent) {
×
2857
        *out = *in
×
2858
        in.Component.DeepCopyInto(&out.Component)
×
2859
        return
×
2860
}
×
2861

2862
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Subcomponent.
2863
func (in *Subcomponent) DeepCopy() *Subcomponent {
×
2864
        if in == nil {
×
2865
                return nil
×
2866
        }
×
2867
        out := new(Subcomponent)
×
2868
        in.DeepCopyInto(out)
×
2869
        return out
×
2870
}
2871

2872
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2873
func (in *Supplier) DeepCopyInto(out *Supplier) {
×
2874
        *out = *in
×
2875
        return
×
2876
}
×
2877

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

2888
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2889
func (in *SyftCoordinates) DeepCopyInto(out *SyftCoordinates) {
×
2890
        *out = *in
×
2891
        return
×
2892
}
×
2893

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

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

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

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

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

2936
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2937
func (in *VEX) DeepCopyInto(out *VEX) {
×
2938
        *out = *in
×
2939
        out.Metadata = in.Metadata
×
2940
        if in.Statements != nil {
×
2941
                in, out := &in.Statements, &out.Statements
×
2942
                *out = make([]Statement, len(*in))
×
2943
                for i := range *in {
×
2944
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
2945
                }
×
2946
        }
2947
        return
×
2948
}
2949

2950
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VEX.
2951
func (in *VEX) DeepCopy() *VEX {
×
2952
        if in == nil {
×
2953
                return nil
×
2954
        }
×
2955
        out := new(VEX)
×
2956
        in.DeepCopyInto(out)
×
2957
        return out
×
2958
}
2959

2960
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2961
func (in *VexVulnerability) DeepCopyInto(out *VexVulnerability) {
×
2962
        *out = *in
×
2963
        if in.Aliases != nil {
×
2964
                in, out := &in.Aliases, &out.Aliases
×
2965
                *out = make([]string, len(*in))
×
2966
                copy(*out, *in)
×
2967
        }
×
2968
        return
×
2969
}
2970

2971
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VexVulnerability.
2972
func (in *VexVulnerability) DeepCopy() *VexVulnerability {
×
2973
        if in == nil {
×
2974
                return nil
×
2975
        }
×
2976
        out := new(VexVulnerability)
×
2977
        in.DeepCopyInto(out)
×
2978
        return out
×
2979
}
2980

2981
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
2982
func (in *VulnerabilitiesComponents) DeepCopyInto(out *VulnerabilitiesComponents) {
×
2983
        *out = *in
×
2984
        out.ImageVulnerabilitiesObj = in.ImageVulnerabilitiesObj
×
2985
        out.WorkloadVulnerabilitiesObj = in.WorkloadVulnerabilitiesObj
×
2986
        return
×
2987
}
×
2988

2989
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitiesComponents.
2990
func (in *VulnerabilitiesComponents) DeepCopy() *VulnerabilitiesComponents {
×
2991
        if in == nil {
×
2992
                return nil
×
2993
        }
×
2994
        out := new(VulnerabilitiesComponents)
×
2995
        in.DeepCopyInto(out)
×
2996
        return out
×
2997
}
2998

2999
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3000
func (in *VulnerabilitiesObjScope) DeepCopyInto(out *VulnerabilitiesObjScope) {
×
3001
        *out = *in
×
3002
        return
×
3003
}
×
3004

3005
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitiesObjScope.
3006
func (in *VulnerabilitiesObjScope) DeepCopy() *VulnerabilitiesObjScope {
×
3007
        if in == nil {
×
3008
                return nil
×
3009
        }
×
3010
        out := new(VulnerabilitiesObjScope)
×
3011
        in.DeepCopyInto(out)
×
3012
        return out
×
3013
}
3014

3015
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3016
func (in *Vulnerability) DeepCopyInto(out *Vulnerability) {
×
3017
        *out = *in
×
3018
        in.VulnerabilityMetadata.DeepCopyInto(&out.VulnerabilityMetadata)
×
3019
        in.Fix.DeepCopyInto(&out.Fix)
×
3020
        if in.Advisories != nil {
×
3021
                in, out := &in.Advisories, &out.Advisories
×
3022
                *out = make([]Advisory, len(*in))
×
3023
                copy(*out, *in)
×
3024
        }
×
3025
        return
×
3026
}
3027

3028
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Vulnerability.
3029
func (in *Vulnerability) DeepCopy() *Vulnerability {
×
3030
        if in == nil {
×
3031
                return nil
×
3032
        }
×
3033
        out := new(Vulnerability)
×
3034
        in.DeepCopyInto(out)
×
3035
        return out
×
3036
}
3037

3038
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3039
func (in *VulnerabilityCounters) DeepCopyInto(out *VulnerabilityCounters) {
×
3040
        *out = *in
×
3041
        return
×
3042
}
×
3043

3044
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityCounters.
3045
func (in *VulnerabilityCounters) DeepCopy() *VulnerabilityCounters {
×
3046
        if in == nil {
×
3047
                return nil
×
3048
        }
×
3049
        out := new(VulnerabilityCounters)
×
3050
        in.DeepCopyInto(out)
×
3051
        return out
×
3052
}
3053

3054
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3055
func (in *VulnerabilityManifest) DeepCopyInto(out *VulnerabilityManifest) {
×
3056
        *out = *in
×
3057
        out.TypeMeta = in.TypeMeta
×
3058
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3059
        in.Spec.DeepCopyInto(&out.Spec)
×
3060
        out.Status = in.Status
×
3061
        return
×
3062
}
×
3063

3064
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifest.
3065
func (in *VulnerabilityManifest) DeepCopy() *VulnerabilityManifest {
×
3066
        if in == nil {
×
3067
                return nil
×
3068
        }
×
3069
        out := new(VulnerabilityManifest)
×
3070
        in.DeepCopyInto(out)
×
3071
        return out
×
3072
}
3073

3074
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3075
func (in *VulnerabilityManifest) DeepCopyObject() runtime.Object {
×
3076
        if c := in.DeepCopy(); c != nil {
×
3077
                return c
×
3078
        }
×
3079
        return nil
×
3080
}
3081

3082
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3083
func (in *VulnerabilityManifestList) DeepCopyInto(out *VulnerabilityManifestList) {
×
3084
        *out = *in
×
3085
        out.TypeMeta = in.TypeMeta
×
3086
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3087
        if in.Items != nil {
×
3088
                in, out := &in.Items, &out.Items
×
3089
                *out = make([]VulnerabilityManifest, len(*in))
×
3090
                for i := range *in {
×
3091
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3092
                }
×
3093
        }
3094
        return
×
3095
}
3096

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

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

3115
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3116
func (in *VulnerabilityManifestMeta) DeepCopyInto(out *VulnerabilityManifestMeta) {
×
3117
        *out = *in
×
3118
        out.Tool = in.Tool
×
3119
        in.Report.DeepCopyInto(&out.Report)
×
3120
        return
×
3121
}
×
3122

3123
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestMeta.
3124
func (in *VulnerabilityManifestMeta) DeepCopy() *VulnerabilityManifestMeta {
×
3125
        if in == nil {
×
3126
                return nil
×
3127
        }
×
3128
        out := new(VulnerabilityManifestMeta)
×
3129
        in.DeepCopyInto(out)
×
3130
        return out
×
3131
}
3132

3133
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3134
func (in *VulnerabilityManifestReportMeta) DeepCopyInto(out *VulnerabilityManifestReportMeta) {
×
3135
        *out = *in
×
3136
        in.CreatedAt.DeepCopyInto(&out.CreatedAt)
×
3137
        return
×
3138
}
×
3139

3140
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestReportMeta.
3141
func (in *VulnerabilityManifestReportMeta) DeepCopy() *VulnerabilityManifestReportMeta {
×
3142
        if in == nil {
×
3143
                return nil
×
3144
        }
×
3145
        out := new(VulnerabilityManifestReportMeta)
×
3146
        in.DeepCopyInto(out)
×
3147
        return out
×
3148
}
3149

3150
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3151
func (in *VulnerabilityManifestSpec) DeepCopyInto(out *VulnerabilityManifestSpec) {
×
3152
        *out = *in
×
3153
        in.Metadata.DeepCopyInto(&out.Metadata)
×
3154
        in.Payload.DeepCopyInto(&out.Payload)
×
3155
        return
×
3156
}
×
3157

3158
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSpec.
3159
func (in *VulnerabilityManifestSpec) DeepCopy() *VulnerabilityManifestSpec {
×
3160
        if in == nil {
×
3161
                return nil
×
3162
        }
×
3163
        out := new(VulnerabilityManifestSpec)
×
3164
        in.DeepCopyInto(out)
×
3165
        return out
×
3166
}
3167

3168
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3169
func (in *VulnerabilityManifestStatus) DeepCopyInto(out *VulnerabilityManifestStatus) {
×
3170
        *out = *in
×
3171
        return
×
3172
}
×
3173

3174
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestStatus.
3175
func (in *VulnerabilityManifestStatus) DeepCopy() *VulnerabilityManifestStatus {
×
3176
        if in == nil {
×
3177
                return nil
×
3178
        }
×
3179
        out := new(VulnerabilityManifestStatus)
×
3180
        in.DeepCopyInto(out)
×
3181
        return out
×
3182
}
3183

3184
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3185
func (in *VulnerabilityManifestSummary) DeepCopyInto(out *VulnerabilityManifestSummary) {
×
3186
        *out = *in
×
3187
        out.TypeMeta = in.TypeMeta
×
3188
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3189
        out.Spec = in.Spec
×
3190
        out.Status = in.Status
×
3191
        return
×
3192
}
×
3193

3194
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummary.
3195
func (in *VulnerabilityManifestSummary) DeepCopy() *VulnerabilityManifestSummary {
×
3196
        if in == nil {
×
3197
                return nil
×
3198
        }
×
3199
        out := new(VulnerabilityManifestSummary)
×
3200
        in.DeepCopyInto(out)
×
3201
        return out
×
3202
}
3203

3204
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3205
func (in *VulnerabilityManifestSummary) DeepCopyObject() runtime.Object {
×
3206
        if c := in.DeepCopy(); c != nil {
×
3207
                return c
×
3208
        }
×
3209
        return nil
×
3210
}
3211

3212
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3213
func (in *VulnerabilityManifestSummaryList) DeepCopyInto(out *VulnerabilityManifestSummaryList) {
×
3214
        *out = *in
×
3215
        out.TypeMeta = in.TypeMeta
×
3216
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3217
        if in.Items != nil {
×
3218
                in, out := &in.Items, &out.Items
×
3219
                *out = make([]VulnerabilityManifestSummary, len(*in))
×
3220
                for i := range *in {
×
3221
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3222
                }
×
3223
        }
3224
        return
×
3225
}
3226

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

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

3245
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3246
func (in *VulnerabilityManifestSummarySpec) DeepCopyInto(out *VulnerabilityManifestSummarySpec) {
×
3247
        *out = *in
×
3248
        out.Severities = in.Severities
×
3249
        out.Vulnerabilities = in.Vulnerabilities
×
3250
        return
×
3251
}
×
3252

3253
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestSummarySpec.
3254
func (in *VulnerabilityManifestSummarySpec) DeepCopy() *VulnerabilityManifestSummarySpec {
×
3255
        if in == nil {
×
3256
                return nil
×
3257
        }
×
3258
        out := new(VulnerabilityManifestSummarySpec)
×
3259
        in.DeepCopyInto(out)
×
3260
        return out
×
3261
}
3262

3263
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3264
func (in *VulnerabilityManifestToolMeta) DeepCopyInto(out *VulnerabilityManifestToolMeta) {
×
3265
        *out = *in
×
3266
        return
×
3267
}
×
3268

3269
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilityManifestToolMeta.
3270
func (in *VulnerabilityManifestToolMeta) DeepCopy() *VulnerabilityManifestToolMeta {
×
3271
        if in == nil {
×
3272
                return nil
×
3273
        }
×
3274
        out := new(VulnerabilityManifestToolMeta)
×
3275
        in.DeepCopyInto(out)
×
3276
        return out
×
3277
}
3278

3279
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3280
func (in *VulnerabilityMetadata) DeepCopyInto(out *VulnerabilityMetadata) {
×
3281
        *out = *in
×
3282
        if in.URLs != nil {
×
3283
                in, out := &in.URLs, &out.URLs
×
3284
                *out = make([]string, len(*in))
×
3285
                copy(*out, *in)
×
3286
        }
×
3287
        if in.Cvss != nil {
×
3288
                in, out := &in.Cvss, &out.Cvss
×
3289
                *out = make([]Cvss, len(*in))
×
3290
                for i := range *in {
×
3291
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3292
                }
×
3293
        }
3294
        return
×
3295
}
3296

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

3307
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3308
func (in *VulnerabilitySummary) DeepCopyInto(out *VulnerabilitySummary) {
×
3309
        *out = *in
×
3310
        out.TypeMeta = in.TypeMeta
×
3311
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3312
        in.Spec.DeepCopyInto(&out.Spec)
×
3313
        out.Status = in.Status
×
3314
        return
×
3315
}
×
3316

3317
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummary.
3318
func (in *VulnerabilitySummary) DeepCopy() *VulnerabilitySummary {
×
3319
        if in == nil {
×
3320
                return nil
×
3321
        }
×
3322
        out := new(VulnerabilitySummary)
×
3323
        in.DeepCopyInto(out)
×
3324
        return out
×
3325
}
3326

3327
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3328
func (in *VulnerabilitySummary) DeepCopyObject() runtime.Object {
×
3329
        if c := in.DeepCopy(); c != nil {
×
3330
                return c
×
3331
        }
×
3332
        return nil
×
3333
}
3334

3335
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3336
func (in *VulnerabilitySummaryList) DeepCopyInto(out *VulnerabilitySummaryList) {
×
3337
        *out = *in
×
3338
        out.TypeMeta = in.TypeMeta
×
3339
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3340
        if in.Items != nil {
×
3341
                in, out := &in.Items, &out.Items
×
3342
                *out = make([]VulnerabilitySummary, len(*in))
×
3343
                for i := range *in {
×
3344
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3345
                }
×
3346
        }
3347
        return
×
3348
}
3349

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

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

3368
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3369
func (in *VulnerabilitySummarySpec) DeepCopyInto(out *VulnerabilitySummarySpec) {
×
3370
        *out = *in
×
3371
        out.Severities = in.Severities
×
3372
        if in.WorkloadVulnerabilitiesObj != nil {
×
3373
                in, out := &in.WorkloadVulnerabilitiesObj, &out.WorkloadVulnerabilitiesObj
×
3374
                *out = make([]VulnerabilitiesObjScope, len(*in))
×
3375
                copy(*out, *in)
×
3376
        }
×
3377
        return
×
3378
}
3379

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

3390
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3391
func (in *VulnerabilitySummaryStatus) DeepCopyInto(out *VulnerabilitySummaryStatus) {
×
3392
        *out = *in
×
3393
        return
×
3394
}
×
3395

3396
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VulnerabilitySummaryStatus.
3397
func (in *VulnerabilitySummaryStatus) DeepCopy() *VulnerabilitySummaryStatus {
×
3398
        if in == nil {
×
3399
                return nil
×
3400
        }
×
3401
        out := new(VulnerabilitySummaryStatus)
×
3402
        in.DeepCopyInto(out)
×
3403
        return out
×
3404
}
3405

3406
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3407
func (in *WorkloadConfigurationScan) DeepCopyInto(out *WorkloadConfigurationScan) {
×
3408
        *out = *in
×
3409
        out.TypeMeta = in.TypeMeta
×
3410
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3411
        in.Spec.DeepCopyInto(&out.Spec)
×
3412
        return
×
3413
}
×
3414

3415
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScan.
3416
func (in *WorkloadConfigurationScan) DeepCopy() *WorkloadConfigurationScan {
×
3417
        if in == nil {
×
3418
                return nil
×
3419
        }
×
3420
        out := new(WorkloadConfigurationScan)
×
3421
        in.DeepCopyInto(out)
×
3422
        return out
×
3423
}
3424

3425
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3426
func (in *WorkloadConfigurationScan) DeepCopyObject() runtime.Object {
×
3427
        if c := in.DeepCopy(); c != nil {
×
3428
                return c
×
3429
        }
×
3430
        return nil
×
3431
}
3432

3433
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3434
func (in *WorkloadConfigurationScanList) DeepCopyInto(out *WorkloadConfigurationScanList) {
×
3435
        *out = *in
×
3436
        out.TypeMeta = in.TypeMeta
×
3437
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3438
        if in.Items != nil {
×
3439
                in, out := &in.Items, &out.Items
×
3440
                *out = make([]WorkloadConfigurationScan, len(*in))
×
3441
                for i := range *in {
×
3442
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3443
                }
×
3444
        }
3445
        return
×
3446
}
3447

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

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

3466
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3467
func (in *WorkloadConfigurationScanSeveritiesSummary) DeepCopyInto(out *WorkloadConfigurationScanSeveritiesSummary) {
×
3468
        *out = *in
×
3469
        return
×
3470
}
×
3471

3472
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSeveritiesSummary.
3473
func (in *WorkloadConfigurationScanSeveritiesSummary) DeepCopy() *WorkloadConfigurationScanSeveritiesSummary {
×
3474
        if in == nil {
×
3475
                return nil
×
3476
        }
×
3477
        out := new(WorkloadConfigurationScanSeveritiesSummary)
×
3478
        in.DeepCopyInto(out)
×
3479
        return out
×
3480
}
3481

3482
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3483
func (in *WorkloadConfigurationScanSpec) DeepCopyInto(out *WorkloadConfigurationScanSpec) {
×
3484
        *out = *in
×
3485
        if in.Controls != nil {
×
3486
                in, out := &in.Controls, &out.Controls
×
3487
                *out = make(map[string]ScannedControl, len(*in))
×
3488
                for key, val := range *in {
×
3489
                        (*out)[key] = *val.DeepCopy()
×
3490
                }
×
3491
        }
3492
        if in.RelatedObjects != nil {
×
3493
                in, out := &in.RelatedObjects, &out.RelatedObjects
×
3494
                *out = make([]WorkloadScanRelatedObject, len(*in))
×
3495
                copy(*out, *in)
×
3496
        }
×
3497
        return
×
3498
}
3499

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

3510
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3511
func (in *WorkloadConfigurationScanSummary) DeepCopyInto(out *WorkloadConfigurationScanSummary) {
×
3512
        *out = *in
×
3513
        out.TypeMeta = in.TypeMeta
×
3514
        in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
×
3515
        in.Spec.DeepCopyInto(&out.Spec)
×
3516
        return
×
3517
}
×
3518

3519
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummary.
3520
func (in *WorkloadConfigurationScanSummary) DeepCopy() *WorkloadConfigurationScanSummary {
×
3521
        if in == nil {
×
3522
                return nil
×
3523
        }
×
3524
        out := new(WorkloadConfigurationScanSummary)
×
3525
        in.DeepCopyInto(out)
×
3526
        return out
×
3527
}
3528

3529
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3530
func (in *WorkloadConfigurationScanSummary) DeepCopyObject() runtime.Object {
×
3531
        if c := in.DeepCopy(); c != nil {
×
3532
                return c
×
3533
        }
×
3534
        return nil
×
3535
}
3536

3537
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3538
func (in *WorkloadConfigurationScanSummaryIdentifier) DeepCopyInto(out *WorkloadConfigurationScanSummaryIdentifier) {
×
3539
        *out = *in
×
3540
        return
×
3541
}
×
3542

3543
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummaryIdentifier.
3544
func (in *WorkloadConfigurationScanSummaryIdentifier) DeepCopy() *WorkloadConfigurationScanSummaryIdentifier {
×
3545
        if in == nil {
×
3546
                return nil
×
3547
        }
×
3548
        out := new(WorkloadConfigurationScanSummaryIdentifier)
×
3549
        in.DeepCopyInto(out)
×
3550
        return out
×
3551
}
3552

3553
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3554
func (in *WorkloadConfigurationScanSummaryList) DeepCopyInto(out *WorkloadConfigurationScanSummaryList) {
×
3555
        *out = *in
×
3556
        out.TypeMeta = in.TypeMeta
×
3557
        in.ListMeta.DeepCopyInto(&out.ListMeta)
×
3558
        if in.Items != nil {
×
3559
                in, out := &in.Items, &out.Items
×
3560
                *out = make([]WorkloadConfigurationScanSummary, len(*in))
×
3561
                for i := range *in {
×
3562
                        (*in)[i].DeepCopyInto(&(*out)[i])
×
3563
                }
×
3564
        }
3565
        return
×
3566
}
3567

3568
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadConfigurationScanSummaryList.
3569
func (in *WorkloadConfigurationScanSummaryList) DeepCopy() *WorkloadConfigurationScanSummaryList {
×
3570
        if in == nil {
×
3571
                return nil
×
3572
        }
×
3573
        out := new(WorkloadConfigurationScanSummaryList)
×
3574
        in.DeepCopyInto(out)
×
3575
        return out
×
3576
}
3577

3578
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
3579
func (in *WorkloadConfigurationScanSummaryList) DeepCopyObject() runtime.Object {
×
3580
        if c := in.DeepCopy(); c != nil {
×
3581
                return c
×
3582
        }
×
3583
        return nil
×
3584
}
3585

3586
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3587
func (in *WorkloadConfigurationScanSummarySpec) DeepCopyInto(out *WorkloadConfigurationScanSummarySpec) {
×
3588
        *out = *in
×
3589
        out.Severities = in.Severities
×
3590
        if in.Controls != nil {
×
3591
                in, out := &in.Controls, &out.Controls
×
3592
                *out = make(map[string]ScannedControlSummary, len(*in))
×
3593
                for key, val := range *in {
×
3594
                        (*out)[key] = val
×
3595
                }
×
3596
        }
3597
        return
×
3598
}
3599

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

3610
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
3611
func (in *WorkloadScanRelatedObject) DeepCopyInto(out *WorkloadScanRelatedObject) {
×
3612
        *out = *in
×
3613
        return
×
3614
}
×
3615

3616
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkloadScanRelatedObject.
3617
func (in *WorkloadScanRelatedObject) DeepCopy() *WorkloadScanRelatedObject {
×
3618
        if in == nil {
×
3619
                return nil
×
3620
        }
×
3621
        out := new(WorkloadScanRelatedObject)
×
3622
        in.DeepCopyInto(out)
×
3623
        return out
×
3624
}
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