-
Notifications
You must be signed in to change notification settings - Fork 306
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
Update e2e framework for ILB and add basic test #824
Conversation
Hi @spencerhance. Thanks for your PR. I'm waiting for a kubernetes 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. |
/assign @bowei |
/ok-to-test |
pkg/fuzz/features/ilb.go
Outdated
"net/http" | ||
) | ||
|
||
// BackendConfigExample is an example of how a Feature will integrate with the |
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.
Fix this comment
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.
Done
9b40df0
to
75651e5
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: spencerhance The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
75651e5
to
c3edac5
Compare
/hold |
8fac91e
to
da57c9a
Compare
this mostly looks ok. |
7bb28e8
to
ace43e5
Compare
1c84774
to
eb36eeb
Compare
eb36eeb
to
4dc358a
Compare
/hold cancel |
@bowei this is ready for review |
closing in favor of #843 |
Adds HasAlphaRegionResource() to handle L7-ILB and adds it as a feature. Ideally we should switch e2e to use composites and ResourceVersions.
The actual tests will be added in a seperate PR.