Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Correct the generated code for nested parent field reference." #398

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

RedbackThomson
Copy link
Contributor

Fixes aws-controllers-k8s/community#1653
Reverts #369

This pull request introduced a change to the way lists of references were accessed, but incorrectly falls back on a conditional that will treat a list of references as a struct. This breaks the ec2 and rds controllers.

@ack-prow ack-prow bot requested review from a-hilaly and vijtrip2 February 1, 2023 19:27
@ack-prow ack-prow bot added the approved label Feb 1, 2023
@jljaco
Copy link
Contributor

jljaco commented Feb 1, 2023

Looks like we may need to re-open aws-controllers-k8s/community#1514 which is what #369 addressed

Copy link
Member

@a-hilaly a-hilaly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@ack-prow ack-prow bot added the lgtm Indicates that a PR is ready to be merged. label Feb 1, 2023
@ack-prow
Copy link

ack-prow bot commented Feb 1, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: A-Hilaly, jljaco, RedbackThomson

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [A-Hilaly,RedbackThomson,jljaco]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-prow ack-prow bot merged commit b55ae87 into main Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List of references are not being generated properly
3 participants