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
This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.
This issue has been marked as stale due to 90 days of inactivity. It will be closed in 30 days if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.
Current State
The doc currently says
stream[].backend
is deprecated and asks users to usehttp[].backends
instead:https://apisix.apache.org/docs/ingress-controller/next/references/apisix_route_v2/
This info was added 2 years ago and as of now, the config has not been deprecated. https://github.com/apache/apisix-ingress-controller/blob/master/pkg/kube/apisix/apis/config/v2/types.go#L241
Furthermore I could only find
stream[].backend
in e2e testing and sample CRD.Desired State
Understand if this option is being deprecated and if the doc needs update.
Should also determine whether the code (tests) needs updates, if
stream[].backend
is actually being deprecated.The text was updated successfully, but these errors were encountered: