implement header manipulation for nginxingress#283
Conversation
|
Welcome @eladmotola! |
|
Hi @eladmotola. Thanks for your PR. I'm waiting for a github.com 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. DetailsInstructions 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-sigs/prow repository. |
|
/ok-to-test |
Stevenjin8
left a comment
There was a problem hiding this comment.
some small nits. Thanks!
|
@eladmotola Thanks! This is in my TODO list |
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
|
/lgtm |
|
@eladmotola I just noticed that the copyright headers have the wrong year. Do you mind applying the suggested changes? After that I'll find some people to /approve. |
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
|
@Stevenjin8 Oops my bad |
|
/lgtm |
|
Thanks @eladmotola! /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eladmotola, robscott The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* implement header manipulation for nginxingress * pr comments * fmt * fmt * fmt * fmt * add TODOs * fix mege from master * fmt * Update pkg/i2gw/providers/ingressnginx/headers.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * continue instead of panic * Update pkg/i2gw/providers/ingressnginx/headers_test.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/annotations.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/headers.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/utils.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> --------- Co-authored-by: Steven Jin <stevenjin8@gmail.com>
* implement header manipulation for nginxingress
* pr comments
* fmt
* fmt
* fmt
* fmt
* add TODOs
* fix mege from master
* fmt
* Update pkg/i2gw/providers/ingressnginx/headers.go
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
* continue instead of panic
* Update pkg/i2gw/providers/ingressnginx/headers_test.go
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
* Update pkg/i2gw/providers/ingressnginx/annotations.go
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
* Update pkg/i2gw/providers/ingressnginx/headers.go
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
* Update pkg/i2gw/providers/ingressnginx/utils.go
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
---------
Co-authored-by: Steven Jin <stevenjin8@gmail.com>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
* implement header manipulation for nginxingress * pr comments * fmt * fmt * fmt * fmt * add TODOs * fix mege from master * fmt * Update pkg/i2gw/providers/ingressnginx/headers.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * continue instead of panic * Update pkg/i2gw/providers/ingressnginx/headers_test.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/annotations.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/headers.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/utils.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> --------- Co-authored-by: Steven Jin <stevenjin8@gmail.com> Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
* implement header manipulation for nginxingress * pr comments * fmt * fmt * fmt * fmt * add TODOs * fix mege from master * fmt * Update pkg/i2gw/providers/ingressnginx/headers.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * continue instead of panic * Update pkg/i2gw/providers/ingressnginx/headers_test.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/annotations.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/headers.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> * Update pkg/i2gw/providers/ingressnginx/utils.go Co-authored-by: Steven Jin <stevenjin8@gmail.com> --------- Co-authored-by: Steven Jin <stevenjin8@gmail.com>
What type of PR is this?
/kind feature
What this PR does / why we need it:
adding support for header manipulation
Which issue(s) this PR fixes:
#271
Fixes #
Does this PR introduce a user-facing change?: