Preparing report...

Report for github.com/crossplane-contrib/provider-upjet-gcp

(v1.0.0)

A+    Excellent!    Found 74 issues across 1650 files

Tweet

go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gofmt100%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


gocyclo95%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • apis/dialogflowcx/v1beta1/zz_generated.deepcopy.go
    • Line 429: warning: cyclomatic complexity 25 of function (*AgentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5332: warning: cyclomatic complexity 24 of function (*IntentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 293: warning: cyclomatic complexity 22 of function (*AgentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 548: warning: cyclomatic complexity 22 of function (*AgentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6727: warning: cyclomatic complexity 19 of function (*PageInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3490: warning: cyclomatic complexity 19 of function (*FlowObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6931: warning: cyclomatic complexity 19 of function (*PageParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6845: warning: cyclomatic complexity 19 of function (*PageObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3579: warning: cyclomatic complexity 19 of function (*FlowParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3369: warning: cyclomatic complexity 19 of function (*FlowInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5459: warning: cyclomatic complexity 18 of function (*IntentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5205: warning: cyclomatic complexity 18 of function (*IntentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/notebooks/v1beta1/zz_generated.deepcopy.go
    • Line 1680: warning: cyclomatic complexity 57 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1952: warning: cyclomatic complexity 46 of function (*InstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1438: warning: cyclomatic complexity 45 of function (*InstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3789: warning: cyclomatic complexity 30 of function (*VirtualMachineConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3666: warning: cyclomatic complexity 26 of function (*VirtualMachineConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3933: warning: cyclomatic complexity 26 of function (*VirtualMachineConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3007: warning: cyclomatic complexity 23 of function (*RuntimeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 466: warning: cyclomatic complexity 18 of function (*DataDiskObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cloudfunctions/v1beta1/zz_generated.deepcopy.go
    • Line 788: warning: cyclomatic complexity 46 of function (*FunctionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1009: warning: cyclomatic complexity 41 of function (*FunctionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 567: warning: cyclomatic complexity 40 of function (*FunctionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/appengine/v1beta1/zz_generated.deepcopy.go
    • Line 2309: warning: cyclomatic complexity 35 of function (*StandardAppVersionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2467: warning: cyclomatic complexity 35 of function (*StandardAppVersionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2124: warning: cyclomatic complexity 34 of function (*StandardAppVersionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 152: warning: cyclomatic complexity 19 of function (*ApplicationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/workflows/v1beta1/zz_generated.deepcopy.go
    • Line 190: warning: cyclomatic complexity 27 of function (*WorkflowObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56: warning: cyclomatic complexity 18 of function (*WorkflowInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 339: warning: cyclomatic complexity 18 of function (*WorkflowParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/containerazure/v1beta1/zz_generated.deepcopy.go
    • Line 750: warning: cyclomatic complexity 33 of function (*ClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2287: warning: cyclomatic complexity 28 of function (*NodePoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2427: warning: cyclomatic complexity 20 of function (*NodePoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 909: warning: cyclomatic complexity 20 of function (*ClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1630: warning: cyclomatic complexity 19 of function (*ControlPlaneParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1454: warning: cyclomatic complexity 19 of function (*ControlPlaneInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1542: warning: cyclomatic complexity 19 of function (*ControlPlaneObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 627: warning: cyclomatic complexity 19 of function (*ClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2176: warning: cyclomatic complexity 16 of function (*NodePoolInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/containeraws/v1beta1/zz_generated.deepcopy.go
    • Line 679: warning: cyclomatic complexity 31 of function (*ClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2651: warning: cyclomatic complexity 29 of function (*NodePoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1654: warning: cyclomatic complexity 27 of function (*ControlPlaneInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1771: warning: cyclomatic complexity 27 of function (*ControlPlaneObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1888: warning: cyclomatic complexity 27 of function (*ControlPlaneParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1179: warning: cyclomatic complexity 24 of function (*ConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1289: warning: cyclomatic complexity 24 of function (*ConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1069: warning: cyclomatic complexity 24 of function (*ConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2793: warning: cyclomatic complexity 21 of function (*NodePoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 828: warning: cyclomatic complexity 18 of function (*ClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2538: warning: cyclomatic complexity 17 of function (*NodePoolInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 566: warning: cyclomatic complexity 17 of function (*ClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/container/v1beta1/zz_generated.deepcopy.go
    • Line 1941: warning: cyclomatic complexity 106 of function (*ClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2379: warning: cyclomatic complexity 100 of function (*ClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1503: warning: cyclomatic complexity 99 of function (*ClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11120: warning: cyclomatic complexity 67 of function (*NodePoolNodeConfigObservation_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11425: warning: cyclomatic complexity 67 of function (*NodePoolNodeConfigParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10269: warning: cyclomatic complexity 67 of function (*NodePoolNodeConfigInitParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7383: warning: cyclomatic complexity 66 of function (*NodeConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7852: warning: cyclomatic complexity 66 of function (*NodeConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10835: warning: cyclomatic complexity 66 of function (*NodePoolNodeConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8137: warning: cyclomatic complexity 66 of function (*NodeConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12292: warning: cyclomatic complexity 31 of function (*NodePoolObservation_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12172: warning: cyclomatic complexity 28 of function (*NodePoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12442: warning: cyclomatic complexity 25 of function (*NodePoolParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 107: warning: cyclomatic complexity 21 of function (*AddonsConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 277: warning: cyclomatic complexity 21 of function (*AddonsConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9130: warning: cyclomatic complexity 21 of function (*NodePoolInitParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 192: warning: cyclomatic complexity 21 of function (*AddonsConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 726: warning: cyclomatic complexity 16 of function (*AutoProvisioningDefaultsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 649: warning: cyclomatic complexity 16 of function (*AutoProvisioningDefaultsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 572: warning: cyclomatic complexity 16 of function (*AutoProvisioningDefaultsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/iam/v1beta1/zz_generated.deepcopy.go
    • Line 572: warning: cyclomatic complexity 19 of function (*WorkloadIdentityPoolProviderObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 669: warning: cyclomatic complexity 18 of function (*WorkloadIdentityPoolProviderParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/apigee/v1beta1/zz_generated.deepcopy.go
    • Line 1533: warning: cyclomatic complexity 18 of function (*OrganizationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1630: warning: cyclomatic complexity 17 of function (*OrganizationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1409: warning: cyclomatic complexity 17 of function (*OrganizationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/bigquery/v1beta1/zz_generated.resolvers.go
    • Line 1119: warning: cyclomatic complexity 81 of function (*Job).ResolveReferences() is high (> 15) (gocyclo)
    • Line 396: warning: cyclomatic complexity 47 of function (*Dataset).ResolveReferences() is high (> 15) (gocyclo)
    • Line 681: warning: cyclomatic complexity 47 of function (*DatasetAccess).ResolveReferences() is high (> 15) (gocyclo)
    • Line 157: warning: cyclomatic complexity 29 of function (*Connection).ResolveReferences() is high (> 15) (gocyclo)
    • apis/redis/v1beta1/zz_generated.deepcopy.go
    • Line 249: warning: cyclomatic complexity 48 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 488: warning: cyclomatic complexity 32 of function (*InstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56: warning: cyclomatic complexity 31 of function (*InstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/dataplex/v1beta1/zz_generated.deepcopy.go
    • Line 148: warning: cyclomatic complexity 31 of function (*AssetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2217: warning: cyclomatic complexity 27 of function (*ZoneObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1223: warning: cyclomatic complexity 26 of function (*LakeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 301: warning: cyclomatic complexity 18 of function (*AssetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2356: warning: cyclomatic complexity 16 of function (*ZoneParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/bigtable/v1beta1/zz_generated.deepcopy.go
    • Line 1914: warning: cyclomatic complexity 17 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 761: warning: cyclomatic complexity 16 of function (*GarbageCollectionPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 946: warning: cyclomatic complexity 16 of function (*GarbageCollectionPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cloudrun/v1beta1/zz_generated.deepcopy.go
    • Line 9075: warning: cyclomatic complexity 53 of function (*V2ServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8214: warning: cyclomatic complexity 44 of function (*V2JobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9587: warning: cyclomatic complexity 25 of function (*V2ServiceTemplateContainersObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9482: warning: cyclomatic complexity 25 of function (*V2ServiceTemplateContainersInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9692: warning: cyclomatic complexity 25 of function (*V2ServiceTemplateContainersParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 783: warning: cyclomatic complexity 24 of function (*ContainersObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 884: warning: cyclomatic complexity 24 of function (*ContainersParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 514: warning: cyclomatic complexity 24 of function (*ContainersInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9333: warning: cyclomatic complexity 23 of function (*V2ServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9907: warning: cyclomatic complexity 22 of function (*V2ServiceTemplateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10017: warning: cyclomatic complexity 22 of function (*V2ServiceTemplateParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9797: warning: cyclomatic complexity 22 of function (*V2ServiceTemplateInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8934: warning: cyclomatic complexity 22 of function (*V2ServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4945: warning: cyclomatic complexity 21 of function (*ServiceMetadataObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3305: warning: cyclomatic complexity 21 of function (*MetadataObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6419: warning: cyclomatic complexity 18 of function (*TemplateContainersObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6499: warning: cyclomatic complexity 18 of function (*TemplateContainersParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6339: warning: cyclomatic complexity 18 of function (*TemplateContainersInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8434: warning: cyclomatic complexity 16 of function (*V2JobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cloudfunctions2/v1beta1/zz_generated.deepcopy.go
    • Line 670: warning: cyclomatic complexity 25 of function (*FunctionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1427: warning: cyclomatic complexity 22 of function (*ServiceConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1542: warning: cyclomatic complexity 22 of function (*ServiceConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1312: warning: cyclomatic complexity 22 of function (*ServiceConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/vertexai/v1beta1/zz_generated.deepcopy.go
    • Line 983: warning: cyclomatic complexity 22 of function (*FeaturestoreObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1877: warning: cyclomatic complexity 21 of function (*TensorboardObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 206: warning: cyclomatic complexity 20 of function (*DatasetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 678: warning: cyclomatic complexity 20 of function (*FeaturestoreEntitytypeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/osconfig/v1beta1/zz_generated.deepcopy.go
    • Line 2883: warning: cyclomatic complexity 20 of function (*OsPolicyAssignmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4135: warning: cyclomatic complexity 19 of function (*PatchDeploymentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3261: warning: cyclomatic complexity 17 of function (*PatchConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3409: warning: cyclomatic complexity 17 of function (*PatchConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3335: warning: cyclomatic complexity 17 of function (*PatchConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4475: warning: cyclomatic complexity 16 of function (*PkgObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4406: warning: cyclomatic complexity 16 of function (*PkgInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4544: warning: cyclomatic complexity 16 of function (*PkgParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/bigquery/v1beta1/zz_generated.deepcopy.go
    • Line 13202: warning: cyclomatic complexity 48 of function (*TableObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13427: warning: cyclomatic complexity 34 of function (*TableParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8103: warning: cyclomatic complexity 32 of function (*LoadObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7957: warning: cyclomatic complexity 32 of function (*LoadInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8249: warning: cyclomatic complexity 32 of function (*LoadParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13037: warning: cyclomatic complexity 30 of function (*TableInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5484: warning: cyclomatic complexity 30 of function (*DatasetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6657: warning: cyclomatic complexity 27 of function (*ExternalDataConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6411: warning: cyclomatic complexity 27 of function (*ExternalDataConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6534: warning: cyclomatic complexity 27 of function (*ExternalDataConfigurationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7515: warning: cyclomatic complexity 27 of function (*JobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9099: warning: cyclomatic complexity 25 of function (*QueryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8983: warning: cyclomatic complexity 25 of function (*QueryInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9215: warning: cyclomatic complexity 25 of function (*QueryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1207: warning: cyclomatic complexity 23 of function (*AnalyticsHubListingParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1098: warning: cyclomatic complexity 23 of function (*AnalyticsHubListingObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11533: warning: cyclomatic complexity 23 of function (*SparkOptionsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11743: warning: cyclomatic complexity 23 of function (*SparkOptionsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10550: warning: cyclomatic complexity 22 of function (*RoutineObservation_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3392: warning: cyclomatic complexity 21 of function (*DataTransferConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2472: warning: cyclomatic complexity 21 of function (*ConnectionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3140: warning: cyclomatic complexity 21 of function (*DataTransferConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3282: warning: cyclomatic complexity 21 of function (*DataTransferConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11643: warning: cyclomatic complexity 21 of function (*SparkOptionsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10717: warning: cyclomatic complexity 21 of function (*RoutineParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5641: warning: cyclomatic complexity 19 of function (*DatasetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3999: warning: cyclomatic complexity 19 of function (*DatasetAccessParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 977: warning: cyclomatic complexity 19 of function (*AnalyticsHubListingInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3785: warning: cyclomatic complexity 19 of function (*DatasetAccessInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10401: warning: cyclomatic complexity 18 of function (*RoutineInitParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5357: warning: cyclomatic complexity 18 of function (*DatasetInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2360: warning: cyclomatic complexity 17 of function (*ConnectionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3913: warning: cyclomatic complexity 17 of function (*DatasetAccessObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2569: warning: cyclomatic complexity 17 of function (*ConnectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7404: warning: cyclomatic complexity 16 of function (*JobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7648: warning: cyclomatic complexity 16 of function (*JobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/datastream/v1beta1/zz_generated.deepcopy.go
    • Line 221: warning: cyclomatic complexity 28 of function (*ConnectionProfileObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 356: warning: cyclomatic complexity 20 of function (*ConnectionProfileParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1262: warning: cyclomatic complexity 20 of function (*PrivateConnectionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 101: warning: cyclomatic complexity 19 of function (*ConnectionProfileInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/networkconnectivity/v1beta1/zz_generated.deepcopy.go
    • Line 1003: warning: cyclomatic complexity 28 of function (*SpokeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 134: warning: cyclomatic complexity 20 of function (*HubObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1144: warning: cyclomatic complexity 19 of function (*SpokeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 877: warning: cyclomatic complexity 19 of function (*SpokeInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/beyondcorp/v1beta1/zz_generated.deepcopy.go
    • Line 224: warning: cyclomatic complexity 23 of function (*AppConnectionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 858: warning: cyclomatic complexity 20 of function (*AppGatewayObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 565: warning: cyclomatic complexity 17 of function (*AppConnectorObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 342: warning: cyclomatic complexity 16 of function (*AppConnectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 111: warning: cyclomatic complexity 16 of function (*AppConnectionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/filestore/v1beta1/zz_generated.deepcopy.go
    • Line 149: warning: cyclomatic complexity 23 of function (*BackupObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 628: warning: cyclomatic complexity 23 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1242: warning: cyclomatic complexity 18 of function (*SnapshotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 750: warning: cyclomatic complexity 16 of function (*InstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/accesscontextmanager/v1beta1/zz_generated.deepcopy.go
    • Line 473: warning: cyclomatic complexity 21 of function (*AccessLevelConditionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 260: warning: cyclomatic complexity 21 of function (*AccessLevelConditionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 385: warning: cyclomatic complexity 20 of function (*AccessLevelConditionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4907: warning: cyclomatic complexity 19 of function (*SpecParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5162: warning: cyclomatic complexity 19 of function (*StatusInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5312: warning: cyclomatic complexity 19 of function (*StatusParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4757: warning: cyclomatic complexity 19 of function (*SpecInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1572: warning: cyclomatic complexity 18 of function (*ConditionsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1494: warning: cyclomatic complexity 18 of function (*ConditionsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1650: warning: cyclomatic complexity 18 of function (*ConditionsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4838: warning: cyclomatic complexity 16 of function (*SpecObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5243: warning: cyclomatic complexity 16 of function (*StatusObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cloudbuild/v1beta1/zz_generated.deepcopy.go
    • Line 3998: warning: cyclomatic complexity 45 of function (*TriggerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4192: warning: cyclomatic complexity 44 of function (*TriggerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3777: warning: cyclomatic complexity 44 of function (*TriggerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3413: warning: cyclomatic complexity 26 of function (*StepParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3296: warning: cyclomatic complexity 26 of function (*StepObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3179: warning: cyclomatic complexity 26 of function (*StepInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 669: warning: cyclomatic complexity 25 of function (*BuildParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 559: warning: cyclomatic complexity 25 of function (*BuildObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 449: warning: cyclomatic complexity 25 of function (*BuildInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1821: warning: cyclomatic complexity 20 of function (*OptionsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1726: warning: cyclomatic complexity 20 of function (*OptionsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1631: warning: cyclomatic complexity 20 of function (*OptionsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4930: warning: cyclomatic complexity 20 of function (*WorkerPoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/composer/v1beta1/zz_generated.deepcopy.go
    • Line 293: warning: cyclomatic complexity 31 of function (*ConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 422: warning: cyclomatic complexity 28 of function (*ConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 179: warning: cyclomatic complexity 28 of function (*ConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1527: warning: cyclomatic complexity 22 of function (*NodeConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1339: warning: cyclomatic complexity 22 of function (*NodeConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 856: warning: cyclomatic complexity 17 of function (*EnvironmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1448: warning: cyclomatic complexity 16 of function (*NodeConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/gke/v1beta1/zz_generated.deepcopy.go
    • Line 170: warning: cyclomatic complexity 27 of function (*BackupBackupPlanObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 309: warning: cyclomatic complexity 17 of function (*BackupBackupPlanParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56: warning: cyclomatic complexity 16 of function (*BackupBackupPlanInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/privateca/v1beta1/zz_generated.deepcopy.go
    • Line 1913: warning: cyclomatic complexity 37 of function (*CertificateAuthorityObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2471: warning: cyclomatic complexity 31 of function (*CertificateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10425: warning: cyclomatic complexity 26 of function (*X509ConfigNameConstraintsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5193: warning: cyclomatic complexity 26 of function (*ConfigX509ConfigNameConstraintsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5301: warning: cyclomatic complexity 26 of function (*ConfigX509ConfigNameConstraintsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6610: warning: cyclomatic complexity 26 of function (*NameConstraintsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6718: warning: cyclomatic complexity 26 of function (*NameConstraintsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10533: warning: cyclomatic complexity 26 of function (*X509ConfigNameConstraintsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6826: warning: cyclomatic complexity 26 of function (*NameConstraintsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10641: warning: cyclomatic complexity 26 of function (*X509ConfigNameConstraintsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11162: warning: cyclomatic complexity 26 of function (*X509DescriptionNameConstraintsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5085: warning: cyclomatic complexity 26 of function (*ConfigX509ConfigNameConstraintsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2095: warning: cyclomatic complexity 23 of function (*CertificateAuthorityParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3336: warning: cyclomatic complexity 22 of function (*CertificateTemplateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2262: warning: cyclomatic complexity 19 of function (*CertificateDescriptionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2626: warning: cyclomatic complexity 19 of function (*CertificateParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1784: warning: cyclomatic complexity 19 of function (*CertificateAuthorityInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1301: warning: cyclomatic complexity 18 of function (*CAPoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/compute/v1beta1/zz_generated.resolvers.go
    • Line 4290: warning: cyclomatic complexity 73 of function (*RegionURLMap).ResolveReferences() is high (> 15) (gocyclo)
    • Line 6043: warning: cyclomatic complexity 57 of function (*URLMap).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1571: warning: cyclomatic complexity 27 of function (*Instance).ResolveReferences() is high (> 15) (gocyclo)
    • Line 3688: warning: cyclomatic complexity 25 of function (*RegionNetworkEndpointGroup).ResolveReferences() is high (> 15) (gocyclo)
    • Line 2126: warning: cyclomatic complexity 25 of function (*InstanceTemplate).ResolveReferences() is high (> 15) (gocyclo)
    • Line 924: warning: cyclomatic complexity 21 of function (*ForwardingRule).ResolveReferences() is high (> 15) (gocyclo)
    • Line 2759: warning: cyclomatic complexity 21 of function (*NodeGroup).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1176: warning: cyclomatic complexity 21 of function (*GlobalForwardingRule).ResolveReferences() is high (> 15) (gocyclo)
    • Line 2902: warning: cyclomatic complexity 21 of function (*PacketMirroring).ResolveReferences() is high (> 15) (gocyclo)
    • Line 5055: warning: cyclomatic complexity 19 of function (*RouterPeer).ResolveReferences() is high (> 15) (gocyclo)
    • Line 6428: warning: cyclomatic complexity 17 of function (*VPNTunnel).ResolveReferences() is high (> 15) (gocyclo)
    • Line 3552: warning: cyclomatic complexity 17 of function (*RegionInstanceGroupManager).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1756: warning: cyclomatic complexity 17 of function (*InstanceFromTemplate).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1940: warning: cyclomatic complexity 17 of function (*InstanceGroupManager).ResolveReferences() is high (> 15) (gocyclo)
    • Line 3967: warning: cyclomatic complexity 17 of function (*RegionPerInstanceConfig).ResolveReferences() is high (> 15) (gocyclo)
    • Line 3045: warning: cyclomatic complexity 17 of function (*PerInstanceConfig).ResolveReferences() is high (> 15) (gocyclo)
    • apis/artifact/v1beta1/zz_generated.deepcopy.go
    • Line 1434: warning: cyclomatic complexity 31 of function (*RegistryRepositoryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1587: warning: cyclomatic complexity 21 of function (*RegistryRepositoryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1306: warning: cyclomatic complexity 20 of function (*RegistryRepositoryInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1723: warning: cyclomatic complexity 16 of function (*RemoteRepositoryConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1861: warning: cyclomatic complexity 16 of function (*RemoteRepositoryConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1792: warning: cyclomatic complexity 16 of function (*RemoteRepositoryConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/dns/v1beta1/zz_generated.deepcopy.go
    • Line 1722: warning: cyclomatic complexity 31 of function (*ManagedZoneObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1599: warning: cyclomatic complexity 19 of function (*ManagedZoneInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1871: warning: cyclomatic complexity 19 of function (*ManagedZoneParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2748: warning: cyclomatic complexity 16 of function (*PrimaryInternalLoadBalancersParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2608: warning: cyclomatic complexity 16 of function (*PrimaryInternalLoadBalancersInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/alloydb/v1beta1/zz_generated.deepcopy.go
    • Line 1248: warning: cyclomatic complexity 53 of function (*ClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2387: warning: cyclomatic complexity 40 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 454: warning: cyclomatic complexity 40 of function (*BackupObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1492: warning: cyclomatic complexity 33 of function (*ClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1068: warning: cyclomatic complexity 32 of function (*ClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2591: warning: cyclomatic complexity 27 of function (*InstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2234: warning: cyclomatic complexity 24 of function (*InstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 660: warning: cyclomatic complexity 17 of function (*BackupParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 333: warning: cyclomatic complexity 16 of function (*BackupInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/sql/v1beta1/zz_generated.deepcopy.go
    • Line 3280: warning: cyclomatic complexity 42 of function (*SettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3465: warning: cyclomatic complexity 41 of function (*SettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3100: warning: cyclomatic complexity 41 of function (*SettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 942: warning: cyclomatic complexity 31 of function (*DatabaseInstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1088: warning: cyclomatic complexity 17 of function (*DatabaseInstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 832: warning: cyclomatic complexity 16 of function (*DatabaseInstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/memcache/v1beta1/zz_generated.deepcopy.go
    • Line 207: warning: cyclomatic complexity 37 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56: warning: cyclomatic complexity 25 of function (*InstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 382: warning: cyclomatic complexity 25 of function (*InstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/dataproc/v1beta1/zz_generated.deepcopy.go
    • Line 6721: warning: cyclomatic complexity 38 of function (*JobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9466: warning: cyclomatic complexity 38 of function (*MetastoreServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1058: warning: cyclomatic complexity 32 of function (*ClusterConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 935: warning: cyclomatic complexity 31 of function (*ClusterConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1186: warning: cyclomatic complexity 31 of function (*ClusterConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6563: warning: cyclomatic complexity 29 of function (*JobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6891: warning: cyclomatic complexity 29 of function (*JobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7052: warning: cyclomatic complexity 26 of function (*JobsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7162: warning: cyclomatic complexity 26 of function (*JobsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7272: warning: cyclomatic complexity 26 of function (*JobsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8278: warning: cyclomatic complexity 25 of function (*ManagedClusterConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8482: warning: cyclomatic complexity 25 of function (*ManagedClusterConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8380: warning: cyclomatic complexity 25 of function (*ManagedClusterConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9648: warning: cyclomatic complexity 25 of function (*MetastoreServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9324: warning: cyclomatic complexity 24 of function (*MetastoreServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4141: warning: cyclomatic complexity 23 of function (*GceClusterConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4409: warning: cyclomatic complexity 23 of function (*GceClusterConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17217: warning: cyclomatic complexity 23 of function (*WorkflowTemplateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12689: warning: cyclomatic complexity 22 of function (*PysparkConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2293: warning: cyclomatic complexity 22 of function (*ConfigGceClusterConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12787: warning: cyclomatic complexity 22 of function (*PysparkJobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2189: warning: cyclomatic complexity 22 of function (*ConfigGceClusterConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13076: warning: cyclomatic complexity 22 of function (*PysparkJobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12400: warning: cyclomatic complexity 22 of function (*PysparkConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12978: warning: cyclomatic complexity 22 of function (*PysparkJobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12591: warning: cyclomatic complexity 22 of function (*PysparkConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2085: warning: cyclomatic complexity 22 of function (*ConfigGceClusterConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4310: warning: cyclomatic complexity 21 of function (*GceClusterConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4797: warning: cyclomatic complexity 20 of function (*HadoopConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15146: warning: cyclomatic complexity 20 of function (*SparkJobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14717: warning: cyclomatic complexity 20 of function (*SparkConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5350: warning: cyclomatic complexity 20 of function (*HadoopJobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5258: warning: cyclomatic complexity 20 of function (*HadoopJobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4889: warning: cyclomatic complexity 20 of function (*HadoopConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14532: warning: cyclomatic complexity 20 of function (*SparkConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4981: warning: cyclomatic complexity 20 of function (*HadoopConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14809: warning: cyclomatic complexity 20 of function (*SparkConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15238: warning: cyclomatic complexity 20 of function (*SparkJobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5073: warning: cyclomatic complexity 20 of function (*HadoopJobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14961: warning: cyclomatic complexity 20 of function (*SparkJobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1579: warning: cyclomatic complexity 19 of function (*ClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10627: warning: cyclomatic complexity 17 of function (*PigConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10892: warning: cyclomatic complexity 17 of function (*PigConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10806: warning: cyclomatic complexity 17 of function (*PigConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11235: warning: cyclomatic complexity 16 of function (*PigJobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14160: warning: cyclomatic complexity 16 of function (*SecurityConfigKerberosConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10978: warning: cyclomatic complexity 16 of function (*PigJobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11153: warning: cyclomatic complexity 16 of function (*PigJobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13980: warning: cyclomatic complexity 16 of function (*SecurityConfigKerberosConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15330: warning: cyclomatic complexity 16 of function (*SparkRJobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15575: warning: cyclomatic complexity 16 of function (*SparkRJobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15499: warning: cyclomatic complexity 16 of function (*SparkRJobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14070: warning: cyclomatic complexity 16 of function (*SecurityConfigKerberosConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2751: warning: cyclomatic complexity 16 of function (*ConfigMasterConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16053: warning: cyclomatic complexity 16 of function (*SparksqlConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3016: warning: cyclomatic complexity 16 of function (*ConfigSecondaryWorkerConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16227: warning: cyclomatic complexity 16 of function (*SparksqlConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16308: warning: cyclomatic complexity 16 of function (*SparksqlConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7457: warning: cyclomatic complexity 16 of function (*KerberosConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7547: warning: cyclomatic complexity 16 of function (*KerberosConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3573: warning: cyclomatic complexity 16 of function (*ConfigWorkerConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7637: warning: cyclomatic complexity 16 of function (*KerberosConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cloudrun/v1beta1/zz_generated.resolvers.go
    • Line 129: warning: cyclomatic complexity 35 of function (*Service).ResolveReferences() is high (> 15) (gocyclo)
    • Line 517: warning: cyclomatic complexity 35 of function (*V2Service).ResolveReferences() is high (> 15) (gocyclo)
    • Line 388: warning: cyclomatic complexity 29 of function (*V2Job).ResolveReferences() is high (> 15) (gocyclo)
    • apis/secretmanager/v1beta1/zz_generated.deepcopy.go
    • Line 956: warning: cyclomatic complexity 31 of function (*SecretObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1118: warning: cyclomatic complexity 19 of function (*SecretParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 825: warning: cyclomatic complexity 19 of function (*SecretInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/pubsub/v1beta1/zz_generated.deepcopy.go
    • Line 2776: warning: cyclomatic complexity 31 of function (*SubscriptionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2926: warning: cyclomatic complexity 26 of function (*SubscriptionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2621: warning: cyclomatic complexity 26 of function (*SubscriptionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3553: warning: cyclomatic complexity 18 of function (*TopicObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/datafusion/v1beta1/zz_generated.deepcopy.go
    • Line 468: warning: cyclomatic complexity 43 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 685: warning: cyclomatic complexity 27 of function (*InstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 306: warning: cyclomatic complexity 26 of function (*InstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/storage/v1beta1/zz_generated.deepcopy.go
    • Line 1657: warning: cyclomatic complexity 41 of function (*BucketObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 992: warning: cyclomatic complexity 32 of function (*BucketInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1848: warning: cyclomatic complexity 32 of function (*BucketParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1352: warning: cyclomatic complexity 28 of function (*BucketObjectObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1195: warning: cyclomatic complexity 24 of function (*BucketObjectInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1497: warning: cyclomatic complexity 24 of function (*BucketObjectParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2027: warning: cyclomatic complexity 19 of function (*ConditionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2213: warning: cyclomatic complexity 19 of function (*ConditionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2120: warning: cyclomatic complexity 19 of function (*ConditionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/monitoring/v1beta1/zz_generated.deepcopy.go
    • Line 7804: warning: cyclomatic complexity 27 of function (*UptimeCheckConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7928: warning: cyclomatic complexity 24 of function (*UptimeCheckConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7663: warning: cyclomatic complexity 24 of function (*UptimeCheckConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 374: warning: cyclomatic complexity 22 of function (*AlertPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6797: warning: cyclomatic complexity 19 of function (*SLOParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6571: warning: cyclomatic complexity 19 of function (*SLOInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4318: warning: cyclomatic complexity 19 of function (*HTTPCheckParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6700: warning: cyclomatic complexity 19 of function (*SLOObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4221: warning: cyclomatic complexity 19 of function (*HTTPCheckObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4124: warning: cyclomatic complexity 19 of function (*HTTPCheckInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4843: warning: cyclomatic complexity 18 of function (*MetricDescriptorObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5598: warning: cyclomatic complexity 18 of function (*NotificationChannelObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 254: warning: cyclomatic complexity 18 of function (*AlertPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 479: warning: cyclomatic complexity 18 of function (*AlertPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/datalossprevention/v1beta1/zz_generated.deepcopy.go
    • Line 27945: warning: cyclomatic complexity 23 of function (*TransformationsPrimitiveTransformationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21907: warning: cyclomatic complexity 23 of function (*PrimitiveTransformationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21812: warning: cyclomatic complexity 23 of function (*PrimitiveTransformationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21717: warning: cyclomatic complexity 23 of function (*PrimitiveTransformationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28135: warning: cyclomatic complexity 23 of function (*TransformationsPrimitiveTransformationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28040: warning: cyclomatic complexity 23 of function (*TransformationsPrimitiveTransformationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11985: warning: cyclomatic complexity 22 of function (*FieldTransformationsPrimitiveTransformationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12165: warning: cyclomatic complexity 22 of function (*FieldTransformationsPrimitiveTransformationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12075: warning: cyclomatic complexity 22 of function (*FieldTransformationsPrimitiveTransformationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/certificatemanager/v1beta1/zz_generated.deepcopy.go
    • Line 361: warning: cyclomatic complexity 22 of function (*CertificateMapEntryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 836: warning: cyclomatic complexity 19 of function (*CertificateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 665: warning: cyclomatic complexity 17 of function (*CertificateMapObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1143: warning: cyclomatic complexity 17 of function (*DNSAuthorizationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/compute/v1beta1/zz_generated.deepcopy.go
    • Line 21882: warning: cyclomatic complexity 66 of function (*InstanceFromTemplateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24841: warning: cyclomatic complexity 65 of function (*InstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27157: warning: cyclomatic complexity 56 of function (*InstanceTemplateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 22175: warning: cyclomatic complexity 54 of function (*InstanceFromTemplateParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21266: warning: cyclomatic complexity 54 of function (*InstanceFromTemplateInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 25133: warning: cyclomatic complexity 51 of function (*InstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24534: warning: cyclomatic complexity 50 of function (*InstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10444: warning: cyclomatic complexity 48 of function (*DiskObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4281: warning: cyclomatic complexity 47 of function (*BackendServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14203: warning: cyclomatic complexity 46 of function (*ForwardingRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4056: warning: cyclomatic complexity 45 of function (*BackendServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26341: warning: cyclomatic complexity 45 of function (*InstanceTemplateInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4487: warning: cyclomatic complexity 45 of function (*BackendServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27410: warning: cyclomatic complexity 45 of function (*InstanceTemplateParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 47257: warning: cyclomatic complexity 43 of function (*RegionDiskObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14435: warning: cyclomatic complexity 42 of function (*ForwardingRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 49819: warning: cyclomatic complexity 42 of function (*RegionInstanceGroupManagerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13966: warning: cyclomatic complexity 41 of function (*ForwardingRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50001: warning: cyclomatic complexity 38 of function (*RegionInstanceGroupManagerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 49490: warning: cyclomatic complexity 38 of function (*RegionInstanceGroupManagerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 23452: warning: cyclomatic complexity 38 of function (*InstanceGroupManagerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 45924: warning: cyclomatic complexity 37 of function (*RegionBackendServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46313: warning: cyclomatic complexity 36 of function (*RegionBackendServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 45663: warning: cyclomatic complexity 35 of function (*RegionBackendServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12706: warning: cyclomatic complexity 35 of function (*FirewallObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 73438: warning: cyclomatic complexity 35 of function (*VPNTunnelObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 61206: warning: cyclomatic complexity 34 of function (*RouterPeerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12858: warning: cyclomatic complexity 34 of function (*FirewallParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20052: warning: cyclomatic complexity 34 of function (*ImageObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12467: warning: cyclomatic complexity 34 of function (*FirewallInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15299: warning: cyclomatic complexity 34 of function (*GlobalForwardingRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 23618: warning: cyclomatic complexity 33 of function (*InstanceGroupManagerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 30370: warning: cyclomatic complexity 33 of function (*MatchObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 30502: warning: cyclomatic complexity 33 of function (*MatchParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 30238: warning: cyclomatic complexity 33 of function (*MatchInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15106: warning: cyclomatic complexity 32 of function (*GlobalForwardingRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 65702: warning: cyclomatic complexity 32 of function (*SnapshotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 23209: warning: cyclomatic complexity 32 of function (*InstanceGroupManagerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15472: warning: cyclomatic complexity 32 of function (*GlobalForwardingRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28624: warning: cyclomatic complexity 31 of function (*InterconnectAttachmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 25814: warning: cyclomatic complexity 31 of function (*InstanceTemplateDiskInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26112: warning: cyclomatic complexity 31 of function (*InstanceTemplateDiskParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 60895: warning: cyclomatic complexity 31 of function (*RouterPeerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 73618: warning: cyclomatic complexity 30 of function (*VPNTunnelParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 60501: warning: cyclomatic complexity 29 of function (*RouterNATParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 25968: warning: cyclomatic complexity 29 of function (*InstanceTemplateDiskObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10674: warning: cyclomatic complexity 29 of function (*DiskParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 536: warning: cyclomatic complexity 29 of function (*AddressObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 73258: warning: cyclomatic complexity 29 of function (*VPNTunnelInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10280: warning: cyclomatic complexity 28 of function (*DiskInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 60368: warning: cyclomatic complexity 28 of function (*RouterNATObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 47461: warning: cyclomatic complexity 28 of function (*RegionDiskParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 47099: warning: cyclomatic complexity 27 of function (*RegionDiskInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 61079: warning: cyclomatic complexity 26 of function (*RouterPeerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48704: warning: cyclomatic complexity 26 of function (*RegionHealthCheckObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18592: warning: cyclomatic complexity 25 of function (*HealthCheckObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 60143: warning: cyclomatic complexity 25 of function (*RouterNATInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 67899: warning: cyclomatic complexity 24 of function (*SubnetworkObservation_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 64271: warning: cyclomatic complexity 24 of function (*ServiceAttachmentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 64159: warning: cyclomatic complexity 24 of function (*ServiceAttachmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19911: warning: cyclomatic complexity 23 of function (*ImageInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20218: warning: cyclomatic complexity 23 of function (*ImageParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 64020: warning: cyclomatic complexity 23 of function (*ServiceAttachmentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48823: warning: cyclomatic complexity 22 of function (*RegionHealthCheckParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28778: warning: cyclomatic complexity 22 of function (*InterconnectAttachmentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56782: warning: cyclomatic complexity 21 of function (*RouteInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 57021: warning: cyclomatic complexity 21 of function (*RouteParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28485: warning: cyclomatic complexity 21 of function (*InterconnectAttachmentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 69004: warning: cyclomatic complexity 21 of function (*TargetHTTPSProxyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 71713: warning: cyclomatic complexity 21 of function (*URLMapObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 69242: warning: cyclomatic complexity 21 of function (*TargetHTTPSProxyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18406: warning: cyclomatic complexity 21 of function (*HealthCheckInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18706: warning: cyclomatic complexity 21 of function (*HealthCheckParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48518: warning: cyclomatic complexity 21 of function (*RegionHealthCheckInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 53438: warning: cyclomatic complexity 20 of function (*RegionURLMapObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 33441: warning: cyclomatic complexity 20 of function (*NetworkInterfaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21529: warning: cyclomatic complexity 20 of function (*InstanceFromTemplateNetworkInterfaceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21721: warning: cyclomatic complexity 20 of function (*InstanceFromTemplateNetworkInterfaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 690: warning: cyclomatic complexity 20 of function (*AddressParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 33249: warning: cyclomatic complexity 20 of function (*NetworkInterfaceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51076: warning: cyclomatic complexity 20 of function (*RegionNetworkEndpointGroupParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26804: warning: cyclomatic complexity 20 of function (*InstanceTemplateNetworkInterfaceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26996: warning: cyclomatic complexity 20 of function (*InstanceTemplateNetworkInterfaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 69140: warning: cyclomatic complexity 20 of function (*TargetHTTPSProxyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 58078: warning: cyclomatic complexity 19 of function (*RouteRulesRouteActionCorsPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40429: warning: cyclomatic complexity 19 of function (*PathRuleRouteActionCorsPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 36099: warning: cyclomatic complexity 19 of function (*PathMatcherDefaultRouteActionCorsPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13576: warning: cyclomatic complexity 19 of function (*FirewallPolicyRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 68075: warning: cyclomatic complexity 19 of function (*SubnetworkParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7321: warning: cyclomatic complexity 19 of function (*CorsPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7971: warning: cyclomatic complexity 19 of function (*DefaultRouteActionCorsPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 36184: warning: cyclomatic complexity 19 of function (*PathMatcherDefaultRouteActionCorsPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7406: warning: cyclomatic complexity 19 of function (*CorsPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50867: warning: cyclomatic complexity 19 of function (*RegionNetworkEndpointGroupInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 36269: warning: cyclomatic complexity 19 of function (*PathMatcherDefaultRouteActionCorsPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40259: warning: cyclomatic complexity 19 of function (*PathRuleRouteActionCorsPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7801: warning: cyclomatic complexity 19 of function (*DefaultRouteActionCorsPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39170: warning: cyclomatic complexity 19 of function (*PathMatcherRouteRulesRouteActionCorsPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 57993: warning: cyclomatic complexity 19 of function (*RouteRulesRouteActionCorsPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55234: warning: cyclomatic complexity 19 of function (*RouteActionCorsPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 57908: warning: cyclomatic complexity 19 of function (*RouteRulesRouteActionCorsPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55149: warning: cyclomatic complexity 19 of function (*RouteActionCorsPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 398: warning: cyclomatic complexity 19 of function (*AddressInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55319: warning: cyclomatic complexity 19 of function (*RouteActionCorsPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40344: warning: cyclomatic complexity 19 of function (*PathRuleRouteActionCorsPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39000: warning: cyclomatic complexity 19 of function (*PathMatcherRouteRulesRouteActionCorsPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7886: warning: cyclomatic complexity 19 of function (*DefaultRouteActionCorsPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39085: warning: cyclomatic complexity 19 of function (*PathMatcherRouteRulesRouteActionCorsPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7491: warning: cyclomatic complexity 19 of function (*CorsPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13670: warning: cyclomatic complexity 18 of function (*FirewallPolicyRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11643: warning: cyclomatic complexity 18 of function (*ExternalVPNGatewayObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56925: warning: cyclomatic complexity 18 of function (*RouteObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 71810: warning: cyclomatic complexity 18 of function (*URLMapParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 33350: warning: cyclomatic complexity 18 of function (*NetworkInterfaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21630: warning: cyclomatic complexity 18 of function (*InstanceFromTemplateNetworkInterfaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 65861: warning: cyclomatic complexity 18 of function (*SnapshotParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13455: warning: cyclomatic complexity 18 of function (*FirewallPolicyRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26905: warning: cyclomatic complexity 18 of function (*InstanceTemplateNetworkInterfaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 67593: warning: cyclomatic complexity 18 of function (*SubnetworkInitParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 65579: warning: cyclomatic complexity 18 of function (*SnapshotInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 71599: warning: cyclomatic complexity 18 of function (*URLMapInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 53533: warning: cyclomatic complexity 17 of function (*RegionURLMapParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 34680: warning: cyclomatic complexity 17 of function (*NodeGroupObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52921: warning: cyclomatic complexity 17 of function (*RegionTargetHTTPSProxyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50995: warning: cyclomatic complexity 16 of function (*RegionNetworkEndpointGroupObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 53331: warning: cyclomatic complexity 16 of function (*RegionURLMapInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5915: warning: cyclomatic complexity 16 of function (*CdnPolicyCacheKeyPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 72167: warning: cyclomatic complexity 16 of function (*URLMapPathMatcherParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3065: warning: cyclomatic complexity 16 of function (*BackendBucketInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5841: warning: cyclomatic complexity 16 of function (*CdnPolicyCacheKeyPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 72027: warning: cyclomatic complexity 16 of function (*URLMapPathMatcherInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 69835: warning: cyclomatic complexity 16 of function (*TargetPoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3258: warning: cyclomatic complexity 16 of function (*BackendBucketParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52839: warning: cyclomatic complexity 16 of function (*RegionTargetHTTPSProxyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5989: warning: cyclomatic complexity 16 of function (*CdnPolicyCacheKeyPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 35001: warning: cyclomatic complexity 16 of function (*NodeTemplateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52728: warning: cyclomatic complexity 16 of function (*RegionTargetHTTPSProxyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/dataflow/v1beta1/zz_generated.deepcopy.go
    • Line 214: warning: cyclomatic complexity 36 of function (*JobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 393: warning: cyclomatic complexity 26 of function (*JobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55: warning: cyclomatic complexity 26 of function (*JobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!