-
Notifications
You must be signed in to change notification settings - Fork 68
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
feat: add initial support for Apache APISIX provider #108
feat: add initial support for Apache APISIX provider #108
Conversation
Hi @pottekkat. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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.
Thanks for this PR, @pottekkat! It's great to have another provider onboard!
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.
Also, can you please add tests for the feature conversion you added? 🙂
@mlavacca Added test cases and made changes as you suggested. |
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.
Thanks for working on this one @pottekkat!
This PR by itself looks good to me, but I'm afraid it's going to conflict with #116
/lgtm
/cc @LiorLieberman
Thanks @pottekkat! @mlavacca should come back from vacation early next week I think, lets wait for his review on this and #116. |
ok @mlavacca will be off for a bit, lets review and merge this. I have a few general comments:
re request my review when its ready again Thanks! |
Happy new year! I have rebased to the main branch and made changes to the provider code. Ping @LiorLieberman for review. |
87c933a
to
2f38433
Compare
/retest |
2f38433
to
fc3f115
Compare
/retest |
4998171
to
e0dbcf8
Compare
Signed-off-by: Navendu Pottekkat <[email protected]>
2606cb8
to
e314aba
Compare
/retest |
Thanks @pottekkat /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LiorLieberman, pottekkat 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds a basic Apache APISIX provider. We will keep improving it but this is a start.
Which issue(s) this PR fixes:
Related to #107
Does this PR introduce a user-facing change?: