add cluster ok value and checks

This commit is contained in:
2026-06-15 16:15:31 +00:00
parent bc849ed7ca
commit abbce2322b
4 changed files with 33 additions and 16 deletions
+1
View File
@@ -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