File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -827,12 +827,14 @@ This can use the status `RouteConditionPartiallyInvalid` defined in the Gateway
827827
828828# ## Functional Test Cases
829829
830- Note : The keyword "resolved" is used to refer to a filter that the controller has found, and matches the reference of the route rule.
830+ The keyword "resolved" is used to refer to a filter that the controller has found, and matches the reference of the route rule.
831831For a filter to be considered "resolved", it must :
832832
8338331. Exist in the same namespace as the HTTP/GRPCRoute
8348342. The group and kind referenced must match
835835
836+ For each test, we aim to ensure the NGINX configuration is always correct for each scenario.
837+
836838Invalid resolved filter scenarios :
837839
838840- Resolved filter that references a secret that does not exist
You can’t perform that action at this time.
0 commit comments