Skip to content

Nil check missing inside rm.IsSynced method #1231

@vijtrip2

Description

@vijtrip2

The current auto-generated code for IsSynced method is not performing nil check on fields before dereferencing them. This lead to panic during resource reconciliation for apigatewayv2 VPCLink resource.

While determining the Synced condition, Adding a nil check before dereferencing the field will help resolve this problem.

Metadata

Metadata

Assignees

Labels

APIGatewayAWS APIGateway (v1 + v2) integration issueskind/bugCategorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions