You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
out.ExtraEnvs=*(*[]EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
389
+
ifin.ExtraEnvs==nil {
390
+
out.ExtraEnvs=nil
391
+
} else {
392
+
out.ExtraEnvs=*(*[]EnvVar)(unsafe.Pointer(in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
out.ExtraEnvs=*(*[]EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
403
+
ifin.ExtraEnvs==nil {
404
+
out.ExtraEnvs=nil
405
+
} else {
406
+
out.ExtraEnvs=*(*[]EnvVar)(unsafe.Pointer(in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
out.ExtraEnvs=*(*[]EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
414
+
ifin.ExtraEnvs==nil {
415
+
out.ExtraEnvs=nil
416
+
} else {
417
+
out.ExtraEnvs=*(*[]EnvVar)(unsafe.Pointer(in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
out.ExtraEnvs=*(*[]bootstrapv1.EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
472
+
ifin.ExtraEnvs==nil {
473
+
out.ExtraEnvs=nil
474
+
} else {
475
+
out.ExtraEnvs= (*[]bootstrapv1.EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
out.ExtraEnvs=*(*[]bootstrapv1.EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
485
+
ifin.ExtraEnvs==nil {
486
+
out.ExtraEnvs=nil
487
+
} else {
488
+
out.ExtraEnvs= (*[]bootstrapv1.EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
out.ExtraEnvs=*(*[]bootstrapv1.EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
495
+
ifin.ExtraEnvs==nil {
496
+
out.ExtraEnvs=nil
497
+
} else {
498
+
out.ExtraEnvs= (*[]bootstrapv1.EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
out.ExtraEnvs= (*[]bootstrapv1.EnvVar)(unsafe.Pointer(&in.ExtraEnvs)) //nolint:gosec // copied over from generated code, fuzzer should detect if we run into issues
0 commit comments