cluster: introduce Regions to group zones
only available via config-file Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
@@ -19,8 +19,9 @@ type Zone struct {
|
||||
zones *Cluster
|
||||
logger `json:"-" yaml:"-"`
|
||||
|
||||
ID int
|
||||
Name string
|
||||
ID int
|
||||
Name string
|
||||
Regions []string `json:",omitempty" yaml:",omitempty"`
|
||||
|
||||
Machines
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user