Merge branch 'main' into refactor/mgmt-bootstrap

This commit is contained in:
bcmmbaga
2026-05-24 17:46:31 +03:00
20 changed files with 405 additions and 124 deletions
@@ -444,7 +444,7 @@ func (m *testServiceManager) GetServiceByDomain(ctx context.Context, domain stri
return m.store.GetServiceByDomain(ctx, domain)
}
func (m *testServiceManager) GetActiveClusters(_ context.Context, _, _ string) ([]nbproxy.Cluster, error) {
func (m *testServiceManager) GetClusters(_ context.Context, _, _ string) ([]nbproxy.Cluster, error) {
return nil, nil
}