-
Notifications
You must be signed in to change notification settings - Fork 570
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
Remove ARN field from AWSResourceReference #3835
Conversation
/milestone v2.0.0 |
bc74b61
to
d6dc94f
Compare
/test pull-cluster-api-provider-aws-e2e-blocking |
d6dc94f
to
c2ea23e
Compare
0f5bf77
to
1505c2c
Compare
/test pull-cluster-api-provider-aws-e2e |
/test pull-cluster-api-provider-aws-e2e-eks |
/retest |
1505c2c
to
9aea4e5
Compare
/test pull-cluster-api-provider-aws-e2e |
Would split into small PRs so that things which are passing can merge soon |
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
Non-eks e2e is passing. Lets check the eks side: /test pull-cluster-api-provider-aws-e2e-eks |
We can ignore the API diff error in this instances as we are deliberatrly breaking the contract (but we have conversions): /override pull-cluster-api-provider-aws-apidiff-main |
@richardcase: Overrode contexts on behalf of richardcase: pull-cluster-api-provider-aws-apidiff-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Didn't know we have this superpower 😄 |
cc @richardcase |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardcase 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 |
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
Removed ARN from the AWS machine template generation. This field was previously optional and was dropped from the CAPA spec in kubernetes-sigs/cluster-api-provider-aws#3835. Signed-off-by: Bryan Cox <[email protected]>
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
We deprecated ARN field from AWSResourceReference in this PR and decided to remove it once v1beta2 API changes are in. This PR removes that field.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes Part of #2355
Special notes for your reviewer:
Checklist: