-
Notifications
You must be signed in to change notification settings - Fork 53
Add nested resource reference for RouteTable
#54
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
Conversation
/hold Need to fix an error where the runtime will patch the concrete ID into the struct because the length and order of the routes as described by the API don't match the spec. |
/unhold I've pushed a fix that lets resource references work for the initial create. We need to fix aws-controllers-k8s/community#1291 before we can go GA with this CRD, though. However, the solution for that issue will probably be in |
@RedbackThomson was the e2e test failure expected given the issue? Lmk if you need me to cleanup the test acct to re-run. |
/test ec2-kind-e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brycahta, 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:
Approvers can indicate their approval by writing |
Description of changes:
Adds resource references for
RouteTable.Routes
structs using the latest code-generator updateBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.