mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
optimize createRuleKey func (#240)
Signed-off-by: charlie <qianglin98@qq.com>
This commit is contained in:
@@ -150,7 +150,7 @@ type ConvertOptions struct {
|
||||
IngressDomainCache *IngressDomainCache
|
||||
|
||||
// the host, path, headers, params of rule => ingress
|
||||
Route2Ingress map[uint32]*WrapperConfigWithRuleKey
|
||||
Route2Ingress map[string]*WrapperConfigWithRuleKey
|
||||
|
||||
// Record valid/invalid routes from ingress
|
||||
IngressRouteCache *IngressRouteCache
|
||||
|
||||
Reference in New Issue
Block a user