add cluster ok value and checks
This commit is contained in:
@@ -17,6 +17,7 @@ type Cluster struct {
|
||||
lock sync.Mutex
|
||||
pve ProxmoxClient
|
||||
Nodes map[string]*Node `json:"nodes"`
|
||||
OK bool
|
||||
}
|
||||
|
||||
// add mutex and pve api Node object
|
||||
|
||||
Reference in New Issue
Block a user