Browse Source

NET-8524 Remove registation of api gateway controller (#20950)

remove registation of api gateway controller
pull/20957/head
sarahalsmiller 8 months ago committed by GitHub
parent
commit
be8d572eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      internal/mesh/internal/controllers/register.go

3
internal/mesh/internal/controllers/register.go

@ -8,7 +8,6 @@ import (
"github.com/hashicorp/consul/agent/leafcert"
"github.com/hashicorp/consul/internal/controller"
"github.com/hashicorp/consul/internal/mesh/internal/controllers/apigateways"
"github.com/hashicorp/consul/internal/mesh/internal/controllers/explicitdestinations"
"github.com/hashicorp/consul/internal/mesh/internal/controllers/explicitdestinations/mapper"
"github.com/hashicorp/consul/internal/mesh/internal/controllers/gatewayproxy"
@ -58,6 +57,4 @@ func Register(mgr *controller.Manager, deps Dependencies) {
mgr.Register(meshgateways.Controller())
mgr.Register(meshconfiguration.Controller())
mgr.Register(apigateways.Controller())
}

Loading…
Cancel
Save