Support nacos discovery (#108)

This commit is contained in:
澄潭
2022-12-14 14:39:06 +08:00
committed by GitHub
parent e01377f3ea
commit bf607ae554
69 changed files with 3314 additions and 319 deletions

View File

@@ -61,6 +61,8 @@ type Ingress struct {
Fallback *FallbackConfig
Auth *AuthConfig
Destination *DestinationConfig
}
func (i *Ingress) NeedRegexMatch() bool {
@@ -129,6 +131,7 @@ func NewAnnotationHandlerManager() AnnotationHandler {
loadBalance{},
fallback{},
auth{},
destination{},
},
gatewayHandlers: []GatewayHandler{
downstreamTLS{},