mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
refactor(v2): upgrade module to github.com/alibaba/higress/v2 (#2922)
Signed-off-by: Xijun Dai <daixijun1990@gmail.com>
This commit is contained in:
@@ -30,10 +30,10 @@ import (
|
||||
"istio.io/istio/pkg/config/schema/gvk"
|
||||
"istio.io/pkg/log"
|
||||
|
||||
"github.com/alibaba/higress/pkg/common"
|
||||
higressconfig "github.com/alibaba/higress/pkg/config"
|
||||
ingress "github.com/alibaba/higress/pkg/ingress/kube/common"
|
||||
"github.com/alibaba/higress/registry"
|
||||
"github.com/alibaba/higress/v2/pkg/common"
|
||||
higressconfig "github.com/alibaba/higress/v2/pkg/config"
|
||||
ingress "github.com/alibaba/higress/v2/pkg/ingress/kube/common"
|
||||
"github.com/alibaba/higress/v2/registry"
|
||||
)
|
||||
|
||||
type Cache interface {
|
||||
@@ -121,7 +121,7 @@ func (s *store) GetAllConfigs(kind config.GroupVersionKind) map[string]*config.C
|
||||
FailStrategy: extensions.FailStrategy_FAIL_OPEN,
|
||||
}
|
||||
|
||||
return map[string]*config.Config{"wasm": &config.Config{
|
||||
return map[string]*config.Config{"wasm": {
|
||||
Meta: config.Meta{
|
||||
GroupVersionKind: gvk.WasmPlugin,
|
||||
Name: "istio-autogenerated-mcp-wasmplugin",
|
||||
|
||||
Reference in New Issue
Block a user