-
Notifications
You must be signed in to change notification settings - Fork 587
operator/ingress: Add parameters for empty requests #729
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
operator/ingress: Add parameters for empty requests #729
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Miciah The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
434d82f to
c343823
Compare
c343823 to
699bb3c
Compare
|
/refresh |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn 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. |
|
/reopen |
|
@Miciah: Reopened this PR. DetailsIn 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. |
699bb3c to
1330292
Compare
|
Rebased. |
1330292 to
ed6cc37
Compare
* operator/v1/types_ingress.go (IngressControllerSpec): Add HTTPEmptyRequestsPolicy field for configuring how the ingress controller should handle HTTP connections for which no request is received. (LoggingPolicy): New type. Specify whether an event should be logged. (LoggingPolicyLog, LoggingPolicyIgnore): New constants. (AccessLogging): Add LogEmptyRequests field using the new LoggingPolicy type. (HTTPEmptyRequestsPolicy): New type. Specify how HTTP connections for which no requests is received should be handled. (HTTPEmptyRequestsPolicyRespond, HTTPEmptyRequestsPolicyIgnore): New constants. * operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml: * operator/v1/zz_generated.swagger_doc_generated.go: Regenerate.
ed6cc37 to
69c7751
Compare
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: frobware, knobunc, Miciah 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 |
operator/v1/types_ingress.go(IngressControllerSpec): AddHTTPEmptyRequestsPolicyfield for configuring how the ingress controller should handle HTTP connections for which no request is received.(
LoggingPolicy): New type. Specify whether an event should be logged.(
LoggingPolicyLog,LoggingPolicyIgnore): New constants.(
AccessLogging): AddLogEmptyRequestsfield using the newLoggingPolicytype.(
HTTPEmptyRequestsPolicy): New type. Specify how HTTP connections for which no requests is received should be handled.(
HTTPEmptyRequestsPolicyRespond,HTTPEmptyRequestsPolicyIgnore): New constants.operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml:operator/v1/zz_generated.swagger_doc_generated.go: Regenerate.Related to openshift/enhancements#460.