mirror of
https://github.com/alibaba/higress.git
synced 2026-05-31 08:07:26 +08:00
Support nacos discovery (#108)
This commit is contained in:
@@ -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{},
|
||||
|
||||
Reference in New Issue
Block a user