Skip to content

Conversation

@Miciah
Copy link
Contributor

@Miciah Miciah commented Sep 1, 2020

  • 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.

Related to openshift/enhancements#460.

@openshift-ci-robot openshift-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 1, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Miciah
To complete the pull request process, please assign sjenning
You can assign the PR to them by writing /assign @sjenning in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Miciah Miciah force-pushed the operator-slash-ingress-add-parameters-for-empty-requests branch from 434d82f to c343823 Compare September 1, 2020 03:40
@openshift-ci-robot openshift-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 1, 2020
@Miciah Miciah force-pushed the operator-slash-ingress-add-parameters-for-empty-requests branch from c343823 to 699bb3c Compare September 1, 2020 18:22
@Miciah
Copy link
Contributor Author

Miciah commented Sep 1, 2020

/refresh

@openshift-bot
Copy link

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci-robot openshift-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 30, 2020
@openshift-bot
Copy link

Stale issues rot after 30d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle rotten
/remove-lifecycle stale

@openshift-ci-robot openshift-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Dec 30, 2020
@openshift-bot
Copy link

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

@openshift-ci-robot
Copy link

@openshift-bot: Closed this PR.

Details

In response to this:

Rotten issues close after 30d of inactivity.

Reopen the issue by commenting /reopen.
Mark the issue as fresh by commenting /remove-lifecycle rotten.
Exclude this issue from closing again by commenting /lifecycle frozen.

/close

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.

@Miciah
Copy link
Contributor Author

Miciah commented Jul 8, 2021

/reopen
/remove-lifecycle rotten

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 8, 2021

@Miciah: Reopened this PR.

Details

In response to this:

/reopen
/remove-lifecycle rotten

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.

@openshift-ci openshift-ci bot reopened this Jul 8, 2021
@openshift-ci openshift-ci bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. labels Jul 8, 2021
@Miciah Miciah force-pushed the operator-slash-ingress-add-parameters-for-empty-requests branch from 699bb3c to 1330292 Compare July 8, 2021 20:50
@Miciah
Copy link
Contributor Author

Miciah commented Jul 8, 2021

Rebased.

@openshift-ci openshift-ci bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 8, 2021
@Miciah Miciah force-pushed the operator-slash-ingress-add-parameters-for-empty-requests branch from 1330292 to ed6cc37 Compare July 13, 2021 13:59
* 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.
@Miciah Miciah force-pushed the operator-slash-ingress-add-parameters-for-empty-requests branch from ed6cc37 to 69c7751 Compare July 13, 2021 14:05
@frobware
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 19, 2021
@knobunc
Copy link
Contributor

knobunc commented Jul 22, 2021

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 22, 2021

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 22, 2021
@openshift-merge-robot openshift-merge-robot merged commit acb5727 into openshift:master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants