remove unused cluster pointer from host
This commit is contained in:
@@ -26,7 +26,6 @@ type Node struct {
|
||||
paas.Node
|
||||
Instances map[InstanceID]*Instance `json:"instances"`
|
||||
pvenode *proxmox.Node
|
||||
cluster *Cluster // link cluster needed for instance pool sync
|
||||
}
|
||||
|
||||
type InstanceID = paas.InstanceID
|
||||
|
||||
Reference in New Issue
Block a user