cluster: introduce Regions to group zones

only available via config-file

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-12 00:31:18 +00:00
parent e2941cf2c0
commit f2c647bbef
4 changed files with 94 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ func (m *Cluster) init(opts *ScanOptions) error {
m.scanZoneIDs,
m.scanSort,
m.scanGateways,
m.initRegions,
} {
if err := fn(opts); err != nil {
return err