You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 5db62a956e1b07ffe8e7b6881e17faf10a7ac761
Author: Nick Young <ynick@vmware.com>
Date: Wed Jun 17 15:50:23 2020 +1000
Remove remaining IngressRoute code (#2593)
Updates #2572.
I've left type switches with only one (HTTPProxy) type intact for now, as we will need
to add the Service-APIs types later, and some stuff will be moved or removed as
part of the status updates.
Also remove all the code from `internal/`.
Remove the CRDs from code generation and YAML generation.
Signed-off-by: Nick Young <ynick@vmware.com>
Kubernetes version: (use kubectl version):
Kubernetes installer & version:
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
The text was updated successfully, but these errors were encountered:
What steps did you take and what happened:
In a use-case where there are two routes defined
(1) Method: GET, Prefix: /
(2) Method: POST, Prefix /
What did you expect to happen:
Such config should create two routes on Envoy
Anything else you would like to add:
Here is a patch with -
(1) A test that captures the failure
(2) Fix
LMK if I should create a PR for this fix.
Environment:
Latest with this commit -
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: